Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for cachingOfAnt (0.14 sec)

  1. subprojects/core/src/test/groovy/org/gradle/api/internal/project/DefaultProjectTest.groovy

            project.buildDir == new File(rootDir, "build")
    
            when:
            project.buildDir = "abc"
            then:
            child1.buildDir == new File(rootDir, "abc")
        }
    
        def cachingOfAnt() {
            expect:
            project.ant.is(testAntBuilder)
            project.ant.is(project.ant)
        }
    
        def ant() {
            given:
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Mar 08 13:46:07 UTC 2024
    - 35.1K bytes
    - Viewed (0)
Back to top