From: Stephen Seo Date: Mon, 8 Jan 2024 06:02:44 +0000 (+0900) Subject: Update Reproducibility.md X-Git-Tag: forge-1.25.0~2 X-Git-Url: https://git.seodisparate.com/tbm-server-edit-full.png?a=commitdiff_plain;h=56a9db15ad753af0070f54dc84646aecb3b7ffc5;p=TurnBasedMinecraftMod Update Reproducibility.md --- diff --git a/Reproducibility.md b/Reproducibility.md index b4a1afa..70540f4 100644 --- a/Reproducibility.md +++ b/Reproducibility.md @@ -4,6 +4,19 @@ Starting with version 1.24.0 of this mod, this file will list what version of Java was used to compile the jars. In theory, using the same version of Java should result in an identical jar due to reproducible builds. +## Forge 1.25.0 + + $ java --version + openjdk 17.0.9 2023-10-17 + OpenJDK Runtime Environment (build 17.0.9+8) + OpenJDK 64-Bit Server VM (build 17.0.9+8, mixed mode) + + $ javac --version + javac 17.0.9 + + $ sha256sum build/libs/TurnBasedMinecraft-Forge-1.25.0-all.jar + 51ef854552b180df68969f4cec6fdc8716ef519b947948b9e5f4ce9953d00162 build/libs/TurnBasedMinecraft-Forge-1.25.0-all.jar + ## NeoForge 1.24.0 $ java --version