Skip to content

Commit

Permalink
common: Don't set Implementation-Version to commit hash
Browse files Browse the repository at this point in the history
  • Loading branch information
alvasw committed Aug 4, 2023
1 parent 71c7054 commit 9c17783
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions common/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,6 @@ javafx {
modules = ['javafx.graphics']
}

ext.getHash = {
def p1 = 'git rev-parse HEAD'.execute()
p1.waitFor()
return p1.text
}

jar.manifest.attributes(
"Implementation-Version": getHash())

dependencies {
implementation enforcedPlatform(project(':platform'))
implementation project(':proto')
Expand Down

0 comments on commit 9c17783

Please sign in to comment.