GitHub Actions: Compile the project with Java 17

Minecraft 1.18 will require Java 17 to run
This commit is contained in:
Christian Koop 2021-11-21 19:51:46 +01:00
parent fd2809f982
commit 01e171ff44
No known key found for this signature in database
GPG Key ID: 89A8181384E010A3
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ jobs:
# Setup Java
- uses: actions/setup-java@v2
with:
java-version: 16
java-version: 17
distribution: adopt
# Checkout project files