https://modrinth.com/mod/breakfree

what happens without a JDK explicitly installed?

-3
-3
.tangled/workflows/build.yml
··· 12 12 dependencies: 13 13 nixpkgs: 14 14 - gradle_8 15 - - jdk # This is JDK 21 according to nixpkgs 16 15 17 16 steps: 18 - - name: "Make Gradle wrapper executable" 19 - command: chmod +x ./gradlew 20 17 - name: "Build" 21 18 command: gradle build