Skip to content

Commit

Permalink
Move TM build no generation to afterEvaluate
Browse files Browse the repository at this point in the history
  • Loading branch information
raniejade committed Dec 3, 2016
1 parent dc8a08d commit dc2c714
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion build.gradle
Expand Up @@ -53,7 +53,9 @@ ZoltuGitVersioning {
}
}

println "##teamcity[buildNumber \'${version}\']"
afterEvaluate {
println "##teamcity[buildNumber \'${version}\']"
}

def v = version

Expand Down

0 comments on commit dc2c714

Please sign in to comment.