Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. platforms/jvm/plugins-java/src/integTest/groovy/org/gradle/api/plugins/JavaPluginTest.groovy

            when:
            def testAnnotationProcessor = project.configurations.getByName(JvmConstants.TEST_ANNOTATION_PROCESSOR_CONFIGURATION_NAME)
    
            then:
            testAnnotationProcessor.extendsFrom == [] as Set
            !testAnnotationProcessor.visible
            testAnnotationProcessor.transitive
            !testAnnotationProcessor.canBeConsumed
            testAnnotationProcessor.canBeResolved
    
            when:
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon May 27 10:21:26 UTC 2024
    - 25.5K bytes
    - Viewed (0)
  2. subprojects/diagnostics/src/integTest/groovy/org/gradle/api/tasks/diagnostics/ResolvableConfigurationsReportTaskIntegrationTest.groovy

        - org.gradle.usage               = java-runtime
    Extended Configurations
        - implementation
        - runtimeOnly
    
    --------------------------------------------------
    Configuration testAnnotationProcessor
    --------------------------------------------------
    Annotation processors and their dependencies for source set 'test'.
    
    Attributes
        - org.gradle.category            = library
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Mar 13 19:52:38 UTC 2024
    - 27.7K bytes
    - Viewed (0)
  3. platforms/documentation/docs/src/docs/userguide/dep-man/04-modeling-features/variant_model.adoc

        - org.gradle.usage               = java-runtime
    Extended Configurations
        - implementation
        - runtimeOnly
    
    --------------------------------------------------
    Configuration testAnnotationProcessor
    --------------------------------------------------
    Description = Annotation processors and their dependencies for source set 'test'.
    
    Attributes
        - org.gradle.category            = library
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Apr 02 20:50:18 UTC 2024
    - 34.2K bytes
    - Viewed (0)
Back to top