Github Actions build with JDK 14, thus causing a crash with Java 8
FavoritoHJS opened this issue ยท 2 comments
Expected Behavior
Github Actions build with Java 8, so the mod can work with Java 8
Actual Behavior
Github Actions are built with JDK 14, causing #16 to crash the game on startup.
Reproduction Steps
- Download the build-artifacts of the latest Sodium build
- Extract the build .jar file (sodium-fabric-mc1.16.4-0.1.1-SNAPSHOT.jar at the time of writing) and install it.
- Boot up with Java 8.
- The game should crash on the main menu.
Attachments
crash-2021-02-15_22.38.42-client.txt
Screenshot of Github Actions
System Information
- Java Version: 1.8.0_262, GraalVM Community
- CPU: Intel Core i5-9300H
- GPU: Nvidia Geforce GTX 1050
2701b43 has fixed this, this should be closed now.