Skip to content

Commit 0c4e2db

Browse files
committed
ci: force gradle 8.13
1 parent 753193c commit 0c4e2db

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/publish_release.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ jobs:
1919

2020
- name: Setup Gradle
2121
uses: gradle/actions/setup-gradle@v4
22+
with:
23+
gradle-version: '8.13'
2224

2325
- name: Execute Gradle build
2426
run: gradle build shadowJar artifactoryPublish
@@ -39,6 +41,8 @@ jobs:
3941

4042
- name: Setup Gradle
4143
uses: gradle/actions/setup-gradle@v4
44+
with:
45+
gradle-version: '8.13'
4246

4347
- name: Execute Gradle build
4448
run: gradle build shadowJar modrinth

0 commit comments

Comments
 (0)