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 d83496d commit 6602fe4Copy full SHA for 6602fe4
gradle/teamcity.gradle
@@ -3,7 +3,7 @@
3
*/
4
5
def teamcitySuffix = project.findProperty("teamcitySuffix")?.toString()
6
-if (project.hasProperty("teamcity") && !build_snapshot_train) {
+if (project.hasProperty("teamcity") && !(build_snapshot_train || rootProject.properties['build_snapshot_up'])) {
7
// Tell teamcity about version number
8
def postfix = (teamcitySuffix == null) ? "" : " ($teamcitySuffix)"
9
println("##teamcity[buildNumber '${project.version}${postfix}']")
0 commit comments