Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for canRunFromCache (0.23 sec)

  1. subprojects/composite-builds/src/integTest/groovy/org/gradle/integtests/composite/CompositeBuildIncludeCycleIntegrationTest.groovy

            execute(buildA, 'help')
    
            and:
            canRunFromCache(buildA, 'help')
        }
    
        def "included build can include root build"() {
            when:
            buildB.settingsFile << "includeBuild '../buildA'"
            buildC.settingsFile << "includeBuild '../buildA'"
    
            then:
            execute(buildA, 'help')
    
            and:
            canRunFromCache(buildA, 'help')
        }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Aug 19 21:32:57 UTC 2022
    - 7.6K bytes
    - Viewed (0)
Back to top