Skip to content

Commit

Permalink
seednode: Remove jar manifest attributes
Browse files Browse the repository at this point in the history
  • Loading branch information
alvasw committed Aug 5, 2023
1 parent 168fbaa commit fa0f207
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions seednode/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit fa0f207

Please sign in to comment.