Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for allTransformsFor (0.24 sec)

  1. subprojects/core/src/integTest/groovy/org/gradle/internal/classpath/BuildScriptClasspathInstrumentationIntegrationTest.groovy

                    }
                }
            """
    
            when:
            run("tasks", "--info")
    
            then:
            allTransformsFor("buildSrc.jar") == ["ProjectDependencyInstrumentingArtifactTransform"]
            allTransformsFor("included-1.0.jar") == ["ProjectDependencyInstrumentingArtifactTransform"]
        }
    
        def "external dependencies should not be copied to the global artifact transform cache"() {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 18 15:08:33 UTC 2024
    - 29K bytes
    - Viewed (0)
Back to top