Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for incrementalCompilationEnabled (0.33 sec)

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

        }
    
        @Override
        public void setGroovyClasspath(List<File> groovyClasspath) {
            this.groovyClasspath = groovyClasspath;
        }
    
        @Override
        public boolean incrementalCompilationEnabled() {
            return getCompileOptions().getPreviousCompilationDataFile() != null;
        }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Aug 28 11:40:18 UTC 2023
    - 1.6K bytes
    - Viewed (0)
  2. platforms/jvm/language-groovy/src/main/java/org/gradle/api/internal/tasks/compile/GroovyCompileSpec.java

        MinimalGroovyCompileOptions getGroovyCompileOptions();
    
        List<File> getGroovyClasspath();
    
        void setGroovyClasspath(List<File> classpath);
    
        boolean incrementalCompilationEnabled();
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Aug 28 11:40:18 UTC 2023
    - 975 bytes
    - Viewed (0)
Back to top