Skip to content

Commit 55bc4a8

Browse files
committed
github action wip
1 parent 9b8fe76 commit 55bc4a8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/mc-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
uses: actions/setup-java@v2
4848
with:
4949
distribution: "temurin"
50-
java-version: 17
50+
java-version: 21
5151

5252
- name: Make Gradle Wrapper Executable
5353
if: ${{ runner.os != 'Windows' }}
@@ -77,5 +77,5 @@ jobs:
7777
game-versions: |
7878
${{ steps.props.outputs.minecraft_version }}
7979
${{ steps.versions.outputs.GAME_VERSIONS }}
80-
java: "17"
80+
java: "21"
8181

0 commit comments

Comments
 (0)