File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed
Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments