Fix builds changing MANIFEST based on project dir

This commit is contained in:
Stephen Seo 2024-01-05 18:51:55 +09:00
parent c8e405f685
commit 0c5e823839

View file

@ -113,7 +113,7 @@ jar {
"Specification-Title": "TurnBasedMinecraftMod",
"Specification-Vendor": "TurnBasedMinecraftMod_BK",
"Specification-Version": "1", // We are version 1 of ourselves
"Implementation-Title": project.name,
"Implementation-Title": "TurnBasedMinecraftMod",
"Implementation-Version": "${version}",
"Implementation-Vendor" :"TurnBasedMinecraftMod_BK",
// Do not place timestamp for the sake of reproducible builds