Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for enableAnnotationProcessingOfJavaStubs (0.74 sec)

  1. platforms/jvm/language-groovy/src/testFixtures/groovy/org/gradle/groovy/compile/AbstractBasicGroovyCompilerIntegrationSpec.groovy

            when:
            writeAnnotationProcessingBuild(
                "", // no Java
                "$annotationText class Groovy {}"
            )
            setupAnnotationProcessor()
            enableAnnotationProcessingOfJavaStubs()
    
            then:
            succeeds("compileGroovy")
            groovyClassFile('Groovy.class').exists()
            groovyGeneratedSourceFile('Groovy$$Generated.java').exists()
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Sep 18 09:08:49 UTC 2023
    - 27K bytes
    - Viewed (0)
Back to top