We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1321745 commit 8384cd7Copy full SHA for 8384cd7
build.gradle
@@ -96,7 +96,7 @@ if (project.hasProperty('iets3OpenSourceVersion')) {
96
} else {
97
def isSnapshot = !(currentBranch.equals("master") || currentBranch.startsWith("datev-loon-staging-") || currentBranch.startsWith("datev-steuer-staging-"))
98
version = GitBasedVersioning.getVersionWithCount(major, minor, buildNumber) + (isSnapshot ? "-SNAPSHOT" : "")
99
- }
+ }
100
println "##teamcity[buildNumber '${version}']"
101
102
version = "$major.$minor-SNAPSHOT"
0 commit comments