Skip to content

Commit 8384cd7

Browse files
Update build.gradle
Co-authored-by: Sergej Koščejev <[email protected]>
1 parent 1321745 commit 8384cd7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ if (project.hasProperty('iets3OpenSourceVersion')) {
9696
} else {
9797
def isSnapshot = !(currentBranch.equals("master") || currentBranch.startsWith("datev-loon-staging-") || currentBranch.startsWith("datev-steuer-staging-"))
9898
version = GitBasedVersioning.getVersionWithCount(major, minor, buildNumber) + (isSnapshot ? "-SNAPSHOT" : "")
99-
}
99+
}
100100
println "##teamcity[buildNumber '${version}']"
101101
} else {
102102
version = "$major.$minor-SNAPSHOT"

0 commit comments

Comments
 (0)