Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for jacocoAnt (0.38 sec)

  1. testing/integ-test/src/integTest/groovy/org/gradle/integtests/PluginConfigurationAttributesIntegrationTest.groovy

            where:
            plugin       | configuration
            'antlr'      | 'antlr'
            'codenarc'   | 'codenarc'
            'jacoco'     | 'jacocoAgent'
            'jacoco'     | 'jacocoAnt'
            'pmd'        | 'pmd'
            'checkstyle' | 'checkstyle'
            'scala'      | 'zinc'
            'war'        | 'providedRuntime'
            'war'        | 'providedCompile'
        }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 4K bytes
    - Viewed (0)
  2. platforms/documentation/docs/src/docs/userguide/releases/upgrading/upgrading_version_7.adoc

    | `codenarc`
    | `codenarc`
    
    | `pmd`
    | `pmd`
    
    | `checkstyle`
    | `checkstyle`
    
    | `antlr`
    | `antlr`
    
    | `jacoco`
    | `jacocoAnt`, `jacocoAgent`
    
    | `scala`
    | `zinc`
    
    | `war`
    | `providedCompile`, `providedRuntime`
    |===
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Apr 01 15:00:23 UTC 2024
    - 87.7K bytes
    - Viewed (0)
Back to top