From: Stephen Seo Date: Fri, 5 Jan 2024 09:51:55 +0000 (+0900) Subject: Fix builds changing MANIFEST based on project dir X-Git-Tag: forge-1.25.0~13 X-Git-Url: https://git.seodisparate.com/tbm-server-edit-full.png?a=commitdiff_plain;h=398e8a92189ad1387864b7ce7c0c35f618ece5e7;p=TurnBasedMinecraftMod Fix builds changing MANIFEST based on project dir --- diff --git a/build.gradle b/build.gradle index 0d7fe9a..2a18382 100644 --- a/build.gradle +++ b/build.gradle @@ -193,7 +193,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