Skip to content

Commit

Permalink
Prefer circle tag over gitVersion
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert Fink committed Jun 18, 2017
1 parent 3b0a21b commit c11a0c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,6 @@ allprojects {
}

group = 'com.palantir.baseline'
version = gitVersion()
version System.env.CIRCLE_TAG ?: gitVersion()
description = 'A Gradle plugin for applying Baseline-recommended build and IDE settings'
}

0 comments on commit c11a0c1

Please sign in to comment.