Search Options

Results per page
Sort
Preferred Languages
Advance

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

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

            run 'clean', 'build'
    
            then:
            targetDir.file("build/libs/util-2.5.jar").exists()
        }
    
        @Issue("GRADLE-2872")
        def "expandProperties"() {
            def dsl = dslFixtureFor(scriptDsl)
    
            setup:
            withSharedResources()
            executer.withArgument("-DCOMMONS_LANG_VERSION=2.6")
    
            when:
    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