Skip to content

Commit 6b03cbc

Browse files
authored
Merge pull request #35 from Tapadoo/teamcity-buildnumber
print version number as teamcity recognisable buildNumber
2 parents c53516c + 0717bf2 commit 6b03cbc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ apply plugin: 'java'
1212

1313
sourceCompatibility = 1.8
1414
version = '4.4.1'
15+
println("##teamcity[buildNumber '$version']")
1516

1617
configurations {
1718
deploy

0 commit comments

Comments
 (0)