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
chore: update gradle in workflow
potota.tngl.sh
3 months ago
a76013ac
7ddcb859
0/1
build.yml
failed
47s
+1
-31
2 changed files
expand all
collapse all
unified
split
.github
workflows
build.yml
.tangled
workflows
build.yml
-30
.github/workflows/build.yml
···
1
1
-
# Automatically build the project and run any configured tests for every push
2
2
-
# and submitted pull request. This can help catch issues that only occur on
3
3
-
# certain platforms or Java versions, and provides a first line of defence
4
4
-
# against bad commits.
5
5
-
6
6
-
name: build
7
7
-
on: [pull_request, push]
8
8
-
9
9
-
jobs:
10
10
-
build:
11
11
-
runs-on: ubuntu-24.04
12
12
-
steps:
13
13
-
- name: checkout repository
14
14
-
uses: actions/checkout@v4
15
15
-
- name: validate gradle wrapper
16
16
-
uses: gradle/actions/wrapper-validation@v4
17
17
-
- name: setup jdk
18
18
-
uses: actions/setup-java@v4
19
19
-
with:
20
20
-
java-version: '21'
21
21
-
distribution: 'microsoft'
22
22
-
- name: make gradle wrapper executable
23
23
-
run: chmod +x ./gradlew
24
24
-
- name: build
25
25
-
run: ./gradlew build
26
26
-
- name: capture build artifacts
27
27
-
uses: actions/upload-artifact@v4
28
28
-
with:
29
29
-
name: Artifacts
30
30
-
path: build/libs/
+1
-1
.tangled/workflows/build.yml
···
11
11
12
12
dependencies:
13
13
nixpkgs:
14
14
-
- gradle_8
14
14
+
- gradle_9
15
15
16
16
steps:
17
17
- name: "Build"