Skip to content

Commit

Permalink
Less verbose build
Browse files Browse the repository at this point in the history
  • Loading branch information
hannesa2 committed Sep 12, 2020
1 parent 790f41f commit 6d3265e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,6 @@ subprojects {
static def getTag() {
def tagVersion = "$System.env.VERSION"
if (tagVersion == "null") {
println "No variable \$VERSION specified, it seems it runs locally, I'm using 'git describe --tags'"

// with local un-commited changes a -DIRTY is added
def processChanges = "git diff-index --name-only HEAD --".execute()
def dirty = ""
Expand Down

0 comments on commit 6d3265e

Please sign in to comment.