Skip to content

Commit

Permalink
Re-apply MANIFEST.MF workaround until we get rid of the uber jar ever…
Browse files Browse the repository at this point in the history
…ywhere (#149)

Signed-off-by: Fabio Di Fabio <fabio.difabio@consensys.net>
  • Loading branch information
fab-10 authored Feb 19, 2025
1 parent 7769012 commit f76a350
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=1.3.0-rc4.1
releaseVersion=1.3.0-rc4.2
besuVersion=25.2-delivery50
arithmetizationVersion=beta-v1.3-rc4
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 @@ -99,10 +99,10 @@ jar {

manifest {
attributes(
'Specification-Title': archiveBaseName.get(),
'Specification-Version': calculateVersion(),
'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 f76a350

Please sign in to comment.