Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for testAnnotationProcessor (0.35 sec)

  1. subprojects/core/src/integTest/groovy/org/gradle/api/NamedDomainObjectCollectionSchemaIntegrationTest.groovy

    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Apr 03 15:21:23 UTC 2024
    - 4.3K bytes
    - Viewed (0)
  2. platforms/jvm/language-java/src/integTest/groovy/org/gradle/api/tasks/compile/AbstractIncrementalAnnotationProcessingIntegrationTest.groovy

                dependencies {
                    compileOnly project(":annotation")
                    annotationProcessor project(":processor")
    
                    testCompileOnly project(":annotation")
                    testAnnotationProcessor project(":processor")
                }
            """
    
            processorProjectDir.file("build.gradle") << """
                dependencies {
                    implementation project(":annotation")
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Aug 29 15:12:07 UTC 2023
    - 5.2K bytes
    - Viewed (0)
  3. platforms/jvm/platform-jvm/src/main/java/org/gradle/api/internal/tasks/JvmConstants.java

        /**
         * The name of the test annotation processor configuration.
         *
         * @since 4.6
         */
        public static final String TEST_ANNOTATION_PROCESSOR_CONFIGURATION_NAME = "testAnnotationProcessor";
    
        /**
         * The name of the test runtime classpath configuration.
         *
         * @since 3.4
         */
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Mar 13 19:52:38 UTC 2024
    - 7K bytes
    - Viewed (0)
Back to top