Skip to content

Commit

Permalink
Don't truncate commit hash
Browse files Browse the repository at this point in the history
Signed-off-by: HenrikJannsen <[email protected]>
  • Loading branch information
HenrikJannsen committed Dec 6, 2022
1 parent 7bf3db3 commit 3276730
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 @@ -236,7 +236,7 @@ configure(project(':common')) {
ext.getHash = {
def p1 = 'git rev-parse HEAD'.execute()
p1.waitFor()
return p1.text.substring(0,7)
return p1.text
}

jar.manifest.attributes(
Expand Down

0 comments on commit 3276730

Please sign in to comment.