File tree Expand file tree Collapse file tree 2 files changed +6
-8
lines changed Expand file tree Collapse file tree 2 files changed +6
-8
lines changed Original file line number Diff line number Diff line change 10
10
with :
11
11
distribution : adopt
12
12
java-version : 21
13
- - uses : gradle/gradle-build-action@v2
13
+ - uses : gradle/actions/setup-gradle@v4
14
14
with :
15
- gradle-version : 8.10.2
16
- arguments : build
17
- cache-read-only : ${{ github.repository_owner != 'triphora' }}
15
+ gradle-version : current
16
+ - run : gradle build
Original file line number Diff line number Diff line change @@ -28,11 +28,10 @@ jobs:
28
28
with :
29
29
distribution : adopt
30
30
java-version : 21
31
- - uses : gradle/gradle-build-action@v2
31
+ - uses : gradle/actions/setup-gradle@v4
32
32
with :
33
- gradle-version : 8.10.2
34
- arguments : fabric:modrinth
35
- cache-read-only : ${{ github.repository_owner != 'triphora' }}
33
+ gradle-version : current
34
+ - run : " gradle fabric:modrinth"
36
35
env :
37
36
MODRINTH_TOKEN : ${{ secrets.MODRINTH_TOKEN }}
38
37
VERSION_NAME : ${{ inputs.version_name }}
You can’t perform that action at this time.
0 commit comments