Skip to content

Commit

Permalink
Workaround for overwritten Tracer MANIFEST.MF (#122)
Browse files Browse the repository at this point in the history
Signed-off-by: Fabio Di Fabio <[email protected]>
  • Loading branch information
fab-10 authored Dec 12, 2024
1 parent 852d34c commit e61d96c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
releaseVersion=0.8.0-rc8.1
releaseVersion=0.8.0-rc8.2
besuVersion=24.12-delivery40
arithmetizationVersion=0.8.0-rc8
besuArtifactGroup=io.consensys.linea-besu
Expand Down
8 changes: 4 additions & 4 deletions gradle/dist.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,10 @@ jar {

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

Expand Down

0 comments on commit e61d96c

Please sign in to comment.