]> git.seodisparate.com - TurnBasedMinecraftMod/commitdiff
Update Reproducibility.md neoforge-1.25.0
authorStephen Seo <seo.disparate@gmail.com>
Mon, 8 Jan 2024 06:41:33 +0000 (15:41 +0900)
committerStephen Seo <seo.disparate@gmail.com>
Mon, 8 Jan 2024 06:41:33 +0000 (15:41 +0900)
Reproducibility.md

index 70540f456ed4033caf0daa8153050b49ee11fdf3..6194033cafc3513b179dacf918d3aecb5b3b0163 100644 (file)
@@ -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.
 
+## NeoForge 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-NeoForge-1.25.0-all.jar
+    0e5eacc8aefd3b1a1c8e6c9657108172934fae2e727547ca7c12f9ff79ce4e8e  build/libs/TurnBasedMinecraft-NeoForge-1.25.0-all.jar
+
 ## Forge 1.25.0
 
     $ java --version