- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for currentGitBranchViaFileSystemQuery (0.12 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
build-logic-commons/basics/src/main/kotlin/gradlebuild/basics/BuildParams.kt
.orElse(systemProperty(propertyName)) .orElse(environmentVariable(propertyName)) val Project.buildBranch: Provider<String> get() = environmentVariable(BUILD_BRANCH).orElse(currentGitBranchViaFileSystemQuery()) /** * The logical branch. * For non-merge-queue branches this is the same as {@link #buildBranch}. * For merge-queue branches, this is the base branch. *
Created: Wed Dec 31 11:36:14 GMT 2025 - Last Modified: Thu Dec 18 22:01:30 GMT 2025 - 17.7K bytes - Click Count (0)