seednode: Remove jar manifest attributes

This commit is contained in:
Alva Swanson 2023-08-05 14:59:15 +02:00
parent 168fbaa3c1
commit fa0f2072ba
No known key found for this signature in database
GPG key ID: 004760E77F753090

View file

@ -7,10 +7,6 @@ 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 {