Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for AarRelease (0.08 sec)

  1. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/transform/DisambiguateArtifactTransformIntegrationTest.groovy

            then:
            failureCauseContains('Found multiple transforms')
        }
    
        def "transform with two attributes will not confuse"() {
            given:
            buildFile << """
    ${artifactTransform("AarRelease", "release")}
    ${artifactTransform("AarDebug", "debug")}
    ${artifactTransform("AarClasses", "classes")}
    
    def buildType = Attribute.of('buildType', String)
    def artifactType = Attribute.of('artifactType', String)
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Nov 07 18:43:39 UTC 2023
    - 16.4K bytes
    - Viewed (0)
Back to top