Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for scriptsAreReused (0.3 sec)

  1. subprojects/core/src/integTest/groovy/org/gradle/api/CrossBuildScriptCachingIntegrationSpec.groovy

            when:
            def before = scriptDetails()
            run 'help'
    
            then:
            def scripts = scriptDetails()
            scripts.size() == 3
            scriptsAreReused(before, scripts)
            getCompileBuildFileOperationsCount() == 0
        }
    
        def "can have two build files with same contents and file name"() {
            given:
            root {
                core {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon May 20 17:32:21 UTC 2024
    - 24.2K bytes
    - Viewed (0)
Back to top