Skip to content

Commit 0ab602f

Browse files
committed
Missed Java 17 -> 21 workflows
1 parent 673e90f commit 0ab602f

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.github/workflows/manual-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ jobs:
126126
uses: actions/setup-java@v4
127127
with:
128128
distribution: 'temurin'
129-
java-version: "17"
129+
java-version: 21
130130

131131
- name: Grant execute permission for gradlew
132132
run: chmod +x gradlew

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
uses: actions/setup-java@v4
2424
with:
2525
distribution: temurin
26-
java-version: 17
26+
java-version: 21
2727

2828
- name: Setup Gradle
2929
uses: gradle/actions/setup-gradle@v3

.github/workflows/run-gametests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
uses: actions/setup-java@v4
2222
with:
2323
distribution: temurin
24-
java-version: 17
24+
java-version: 21
2525

2626
- name: Setup Gradle
2727
uses: gradle/actions/setup-gradle@v3

.github/workflows/tagged-release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ jobs:
132132
uses: actions/setup-java@v4
133133
with:
134134
distribution: 'temurin'
135-
java-version: "17"
135+
java-version: 21
136136

137137
- name: Grant execute permission for gradlew
138138
run: chmod +x gradlew
@@ -257,7 +257,7 @@ jobs:
257257
file_path: ${{ steps.filename.outputs.fullpath }}
258258
changelog: ${{ steps.changelog.outputs.changelog }}
259259
changelog_type: markdown
260-
game_versions: java:Java 17,Forge
260+
game_versions: java:Java 21,NeoForge
261261
release_type: ${{ needs.vars.outputs.release_type }}
262262

263263
publishMaven:
@@ -272,7 +272,7 @@ jobs:
272272
uses: actions/setup-java@v4
273273
with:
274274
distribution: 'temurin'
275-
java-version: "17"
275+
java-version: 21
276276

277277
- name: Grant execute permission for gradlew
278278
run: chmod +x gradlew

0 commit comments

Comments
 (0)