mirror of
https://github.com/bisq-network/bisq.git
synced 2024-11-19 01:41:11 +01:00
common: Don't set Implementation-Version to commit hash
This commit is contained in:
parent
71c70540fb
commit
9c177830c0
@ -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')
|
||||
|
Loading…
Reference in New Issue
Block a user