We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b8fe76 commit 55bc4a8Copy full SHA for 55bc4a8
1 file changed
.github/workflows/mc-publish.yml
@@ -47,7 +47,7 @@ jobs:
47
uses: actions/setup-java@v2
48
with:
49
distribution: "temurin"
50
- java-version: 17
+ java-version: 21
51
52
- name: Make Gradle Wrapper Executable
53
if: ${{ runner.os != 'Windows' }}
@@ -77,5 +77,5 @@ jobs:
77
game-versions: |
78
${{ steps.props.outputs.minecraft_version }}
79
${{ steps.versions.outputs.GAME_VERSIONS }}
80
- java: "17"
+ java: "21"
81
0 commit comments