Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for publishAllPublicationsToMavenRepo (0.32 sec)

  1. platforms/jvm/java-platform/src/integTest/groovy/org/gradle/integtests/resolve/platforms/NativeAlignmentWithJavaPlatformResolveIntegrationTest.groovy

                       }
                    }
                }
            """
    
            when:
            run "publishAllPublicationsToMavenRepo", "-Pver=1.0"
            run "publishAllPublicationsToMavenRepo", "-Pver=1.1"
    
            then:
            ['1.0', '1.1'].each { v ->
                def platform = mavenRepo.module("com.acme.foo", "platform", v)
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Mar 13 19:52:38 UTC 2024
    - 8.9K bytes
    - Viewed (0)
Back to top