]> git.seodisparate.com - TurnBasedMinecraftMod/commitdiff
Update Reproducibility.md neoforge-1.25.1
authorStephen Seo <seo.disparate@gmail.com>
Tue, 16 Jan 2024 08:29:55 +0000 (17:29 +0900)
committerStephen Seo <seo.disparate@gmail.com>
Tue, 16 Jan 2024 08:29:55 +0000 (17:29 +0900)
Reproducibility.md

index 6194033cafc3513b179dacf918d3aecb5b3b0163..649d6ff5d05815678f1ea4278974cdc21e2dd149 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.1
+
+    $ 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.1-all.jar
+    b0ec086c356c4d3662dcea4bdd9aeb2b0786e4ef40e061599e81b529746e01ea  build/libs/TurnBasedMinecraft-NeoForge-1.25.1-all.jar
+
 ## NeoForge 1.25.0
 
     $ java --version