https://modrinth.com/mod/breakfree

fix: try using Nix's Gradle instead of wrapper

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