Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 21 of 21 for InputVisitor (0.1 sec)

  1. subprojects/core/src/main/java/org/gradle/groovy/scripts/internal/GroovyScriptClassCompiler.java

                // Kotlin has build cache from the beginning and there was no report of a problem with it.
                return Optional.of(NOT_CACHEABLE);
            }
    
            @Override
            public void visitIdentityInputs(InputVisitor visitor) {
                visitor.visitInputProperty(TEMPLATE_ID_PROPERTY_NAME, () -> templateId);
                visitor.visitInputProperty(SOURCE_HASH_PROPERTY_NAME, () -> sourceHashCode);
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Apr 16 15:23:24 UTC 2024
    - 23.5K bytes
    - Viewed (0)
Back to top