Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for createClone (0.05 seconds)

  1. build-tools-internal/src/integTest/groovy/org/elasticsearch/gradle/internal/InternalBwcGitPluginFuncTest.groovy

            """
            execute("git branch origin/7.x", file("cloned"))
        }
    
        def "current repository can be cloned"() {
            when:
            def result = gradleRunner("createClone", '--stacktrace').build()
            then:
            result.task(":createClone").outcome == TaskOutcome.SUCCESS
            file("cloned/build/checkout/build.gradle").exists()
            file("cloned/build/checkout/settings.gradle").exists()
        }
    
    Created: Wed Apr 08 16:19:15 GMT 2026
    - Last Modified: Fri Sep 03 10:22:28 GMT 2021
    - 2.5K bytes
    - Click Count (0)
Back to Top