mirror of
https://github.com/bisq-network/bisq.git
synced 2025-02-24 23:18:17 +01:00
Merge pull request #6793 from alvasw/seednode_disable_shadow_jar
Seednode: Disable ShadowJar
This commit is contained in:
commit
e73596774f
1 changed files with 0 additions and 9 deletions
|
@ -2,15 +2,6 @@ plugins {
|
|||
id 'bisq.java-conventions'
|
||||
}
|
||||
|
||||
apply plugin: 'com.github.johnrengelman.shadow'
|
||||
|
||||
shadowDistTar.enabled = false
|
||||
shadowDistZip.enabled = false
|
||||
|
||||
jar.manifest.attributes(
|
||||
"Implementation-Title": project.name,
|
||||
"Implementation-Version": version)
|
||||
|
||||
mainClassName = 'bisq.seednode.SeedNodeMain'
|
||||
|
||||
dependencies {
|
||||
|
|
Loading…
Add table
Reference in a new issue