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
what happens without a JDK explicitly installed?
potota.tngl.sh
6 months ago
2f74bd22
5d5b75a7
1/1
build.yml
success
58s
-3
1 changed file
expand all
collapse all
unified
split
.tangled
workflows
build.yml
-3
.tangled/workflows/build.yml
···
12
12
dependencies:
13
13
nixpkgs:
14
14
- gradle_8
15
15
-
- jdk # This is JDK 21 according to nixpkgs
16
15
17
16
steps:
18
18
-
- name: "Make Gradle wrapper executable"
19
19
-
command: chmod +x ./gradlew
20
17
- name: "Build"
21
18
command: gradle build