Skip to content

Commit

Permalink
Fix Implementation-Version in manifest in jarJar task
Browse files Browse the repository at this point in the history
  • Loading branch information
MarbleGateKeeper committed Oct 31, 2023
1 parent 10fed0f commit 1708858
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ jar {
"Specification-Vendor" : project.author,
"Specification-Version" : "1",
"Implementation-Title" : project.name,
"Implementation-Version" : project.jar.archiveVersion,
"Implementation-Version" : "1",
"Implementation-Vendor" : project.author,
"Implementation-Timestamp": new Date().format("yyyy-MM-dd'T'HH:mm:ssZ"),
'MixinConfigs': "${modid}.mixins.json"
Expand Down

0 comments on commit 1708858

Please sign in to comment.