Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for setAnnotationProcessorGeneratedSourcesDirectory (0.78 sec)

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

                "This is scheduled to be removed in Gradle 9.0. Please use the generatedSourceOutputDirectory property instead. ${getCompileOptionsLink()}")
        }
    
        def "CompileOptions.setAnnotationProcessorGeneratedSourcesDirectory(File) is deprecated"() {
            when:
            buildFile << """
                plugins {
                    id("java")
                }
                tasks.withType(JavaCompile) {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri May 31 20:20:39 UTC 2024
    - 39.6K bytes
    - Viewed (0)
Back to top