mirror of
https://github.com/bisq-network/bisq.git
synced 2025-01-19 05:44:05 +01:00
Provide commit hash to seed node.
Provide full hash without truncating Signed-off-by: HenrikJannsen <boilingfrog@gmx.com>
This commit is contained in:
parent
a925017e4b
commit
a1bbac41ea
@ -235,7 +235,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(
|
||||
@ -516,6 +516,10 @@ configure(project(':desktop')) {
|
||||
configure(project(':seednode')) {
|
||||
apply plugin: 'com.github.johnrengelman.shadow'
|
||||
|
||||
jar.manifest.attributes(
|
||||
"Implementation-Title": project.name,
|
||||
"Implementation-Version": version)
|
||||
|
||||
mainClassName = 'bisq.seednode.SeedNodeMain'
|
||||
|
||||
dependencies {
|
||||
|
Loading…
Reference in New Issue
Block a user