Skip to content

Commit

Permalink
Remove jar manifest that conflicts with Tracer
Browse files Browse the repository at this point in the history
Signed-off-by: Fabio Di Fabio <[email protected]>
  • Loading branch information
fab-10 committed Dec 10, 2024
1 parent 4bc4233 commit a27bee1
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions gradle/dist.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -30,15 +30,6 @@ version = project.hasProperty('releaseVersion') ? project.getProperty('releaseVe
jar {
archiveBaseName = distributionIdentifier

manifest {
attributes(
'Specification-Title': archiveBaseName.get(),
'Specification-Version': rootProject.version,
'Implementation-Title': archiveBaseName.get(),
'Implementation-Version': calculateVersion()
)
}

from {
configurations.runtimeClasspath.filter( {! (it.name =~ /log4j.*\.jar/ )} )
.collect {it.isDirectory() ? it : zipTree(it) }
Expand Down

0 comments on commit a27bee1

Please sign in to comment.