Update Reproducibility.md
This commit is contained in:
parent
08b8c7d412
commit
f245947686
1 changed files with 10 additions and 0 deletions
|
@ -6,6 +6,11 @@ should result in an identical jar due to reproducible builds.
|
|||
|
||||
## NeoForge 1.24.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
|
||||
|
||||
|
@ -14,6 +19,11 @@ should result in an identical jar due to reproducible builds.
|
|||
|
||||
## Forge 1.24.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
|
||||
|
||||
|
|
Loading…
Reference in a new issue