Merge pull request #6793 from alvasw/seednode_disable_shadow_jar

Seednode: Disable ShadowJar
This commit is contained in:
Alejandro García 2023-08-06 00:00:33 +00:00 committed by GitHub
commit e73596774f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,15 +2,6 @@ plugins {
id 'bisq.java-conventions' 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' mainClassName = 'bisq.seednode.SeedNodeMain'
dependencies { dependencies {