Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for buildScriptUpdate (0.18 sec)

  1. platforms/documentation/samples/src/integTest/groovy/org/gradle/integtests/samples/dependencymanagement/SamplesResolutionStrategyIntegrationTest.groovy

            mavenRepo.module("org.codehaus", "groovy", "2.4.10").publish()
            mavenRepo.module("org.slf4j", "log4j-over-slf4j", "1.7.10").publish()
    
            dslDir.file(buildScript) << buildScriptUpdate(dsl)
    
            when:
            inDirectory(dslDir)
            //smoke testing if dependency resolution works fine
            run("resolveConf")
    
            then:
            noExceptionThrown()
    
            where:
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 3.4K bytes
    - Viewed (0)
Back to top