Skip to content

Commit

Permalink
No more working...
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrunner committed Nov 1, 2021
1 parent 718b576 commit aa49104
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ dependencies {

def gitRevision() {
def gitRev = System.getenv('GIT_HEAD')
return gitRev != null ? gitRev : "git rev-parse HEAD | tr -d '[\n]'".execute().text
return gitRev != null ? gitRev : "git rev-parse HEAD".execute().text
}

compileJava.options.compilerArgs = ['-Xlint:deprecation', '-Xlint:unchecked']
Expand Down

0 comments on commit aa49104

Please sign in to comment.