Skip to content

Commit

Permalink
Fix manifest timestamp
Browse files Browse the repository at this point in the history
  • Loading branch information
Adubbz committed Nov 13, 2023
1 parent 73d2c79 commit dad4ea3
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 @@ -20,7 +20,7 @@ subprojects {
'Implementation-Version' : mod_build_version,
'Implementation-Vendor' : mod_author,
'Implementation-Timestamp': new Date().format("yyyy-MM-dd'T'HH:mm:ssZ"),
'Timestampe' : System.currentTimeMillis(),
'Timestamp' : System.currentTimeMillis(),
'Built-On-Java' : "${System.getProperty('java.vm.version')} (${System.getProperty('java.vm.vendor')})",
'Build-On-Minecraft' : minecraft_version
])
Expand Down

0 comments on commit dad4ea3

Please sign in to comment.