Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for bwcGitConfig (0.28 seconds)

The search processing time has exceeded the limit. The displayed results may be partial.

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

        def setup() {
            internalBuild()
            buildFile << """
                import org.elasticsearch.gradle.Version;
                apply plugin: org.elasticsearch.gradle.internal.InternalBwcGitPlugin
    
                bwcGitConfig {
                     bwcVersion = project.provider { Version.fromString("7.9.1") }
                     bwcBranch = project.provider { "7.x" }
                     checkoutDir = project.provider{file("build/checkout")}
                }
    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