Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for withManifestIgnored (0.12 sec)

  1. subprojects/core/src/integTest/groovy/org/gradle/normalization/ConfigureRuntimeClasspathNormalizationIntegrationTest.groovy

            'directory' | 'manifestInDirectory'
        }
    
        def "can ignore entire manifest in #tree on runtime classpath"() {
            def project = new ProjectWithRuntimeClasspathNormalization(Api.RUNTIME).withManifestIgnored()
            def manifestResource = project[resourceName]
    
            when:
            succeeds project.customTask
            then:
            executedAndNotSkipped(project.customTask)
    
            when:
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Sep 01 03:07:53 UTC 2023
    - 37.2K bytes
    - Viewed (0)
Back to top