Skip to content

Commit

Permalink
chore: Add version to MANIFEST.MF
Browse files Browse the repository at this point in the history
  • Loading branch information
hkupty committed Mar 23, 2024
1 parent 2babc3e commit d101cb9
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions buildSrc/src/main/groovy/penna.publishing.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@ java {
withSourcesJar()
}

jar {
manifest {
attributes 'Implementation-Version': version,
'Implementation-Title': project.name
}
}

publishing {
publications {
Expand Down

0 comments on commit d101cb9

Please sign in to comment.