Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 32 of 32 for AbstractCompile (0.18 sec)

  1. platforms/jvm/language-java/src/integTest/groovy/org/gradle/api/tasks/JavaToolchainBuildOperationsIntegrationTest.groovy

                executer.expectDocumentedDeprecationWarning(
                    "The AbstractCompile.destinationDir property has been deprecated. " +
                        "This is scheduled to be removed in Gradle 9.0. " +
                        "Property was automatically upgraded to the lazy version. " +
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Jun 04 06:42:07 UTC 2024
    - 28.7K bytes
    - Viewed (0)
  2. platforms/jvm/plugins-java-base/src/testFixtures/groovy/org/gradle/java/compile/AbstractJavaGroovyCompileAvoidanceIntegrationSpec.groovy

            if (isUseJar()) {
                useJar()
            } else {
                useClassesDir(language)
            }
    
            buildFile << """
                allprojects {
                    tasks.withType(AbstractCompile) {
                        options.incremental = ${isIncremental()}
                    }
                }
            """
        }
    
        def useJar() {
            buildFile << """
                allprojects {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 24 06:54:47 UTC 2023
    - 30K bytes
    - Viewed (0)
Back to top