Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for incrementalCompilationEnabled (0.16 sec)

  1. platforms/jvm/language-groovy/src/main/java/org/gradle/api/tasks/compile/GroovyCompile.java

            CleaningJavaCompiler<GroovyJavaJointCompileSpec> cleaningGroovyCompiler = new CleaningJavaCompiler<>(delegatingCompiler, getOutputs(), getDeleter());
            if (spec.incrementalCompilationEnabled()) {
                IncrementalCompilerFactory factory = getIncrementalCompilerFactory();
                return factory.makeIncremental(
                    cleaningGroovyCompiler,
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Jan 26 14:58:23 UTC 2024
    - 15.6K bytes
    - Viewed (0)
Back to top