]> git.seodisparate.com - TurnBasedMinecraftMod/commitdiff
Update Reproducibility.md
authorStephen Seo <seo.disparate@gmail.com>
Wed, 17 Jan 2024 05:44:12 +0000 (14:44 +0900)
committerStephen Seo <seo.disparate@gmail.com>
Wed, 17 Jan 2024 05:44:12 +0000 (14:44 +0900)
Reproducibility.md

index 038e59f79adfe5281b10e19cd009fd5f2132a19d..609c3e073771ad2ef1fc6d780dffd99955803b2e 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.2
+
+    $ java --version
+    openjdk 17.0.10 2024-01-16
+    OpenJDK Runtime Environment (build 17.0.10+7)
+    OpenJDK 64-Bit Server VM (build 17.0.10+7, mixed mode)
+
+    $ javac --version
+    javac 17.0.10
+
+    $ sha256sum build/libs/TurnBasedMinecraft-NeoForge-1.25.2-all.jar
+    241da01582400f73a1c0bab292b2e5c11e92b431d89eb9b8c08728616211f194  build/libs/TurnBasedMinecraft-NeoForge-1.25.2-all.jar
+
 ## Forge 1.25.2
 
     $ java --version