Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for removeParent (0.19 sec)

  1. platforms/software/build-init/src/integTest/groovy/org/gradle/buildinit/plugins/MavenConversionIntegrationTest.groovy

            when:
            run 'clean', 'build'
    
            then:
            targetDir.file("build/libs/testApp-1.0.jar").exists()
        }
    
        @Issue("GRADLE-2820")
        def "remoteparent"() {
            def dsl = dslFixtureFor(scriptDsl)
    
            setup:
            withSharedResources()
            def repo = mavenHttpServer()
            //update pom with test repo url
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Mar 14 15:23:34 UTC 2024
    - 31.1K bytes
    - Viewed (0)
Back to top