mirror of
https://github.com/bisq-network/bisq.git
synced 2025-02-22 14:42:37 +01:00
Fix incorrect name in pricenode jar and manifest
This commit is contained in:
parent
51d9f00d44
commit
cdff12ad9f
1 changed files with 1 additions and 3 deletions
|
@ -5,11 +5,9 @@ plugins {
|
|||
version = file("src/main/resources/version.txt").text
|
||||
|
||||
jar.manifest.attributes(
|
||||
"Implementation-Title": rootProject.name,
|
||||
"Implementation-Title": project.name,
|
||||
"Implementation-Version": version)
|
||||
|
||||
jar.archiveName "${rootProject.name}.jar"
|
||||
|
||||
dependencies {
|
||||
compile project(":core")
|
||||
compile project(":assets")
|
||||
|
|
Loading…
Add table
Reference in a new issue