tangled
alpha
login
or
join now
potota54.bsky.social
/
minecraft-breakfree
0
fork
atom
https://modrinth.com/mod/breakfree
0
fork
atom
overview
issues
pulls
pipelines
fix: try using Nix's Gradle instead of wrapper
potota.tngl.sh
6 months ago
5d5b75a7
e737810d
1/1
build.yml
success
1m 45s
+2
-1
1 changed file
expand all
collapse all
unified
split
.tangled
workflows
build.yml
+2
-1
.tangled/workflows/build.yml
···
11
11
12
12
dependencies:
13
13
nixpkgs:
14
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
20
-
command: ./gradlew build
21
21
+
command: gradle build