mirror of
https://github.com/songoda/SongodaCore.git
synced 2025-02-10 08:31:26 +01:00
GitHub Actions: Compile the project with Java 17
Minecraft 1.18 will require Java 17 to run
This commit is contained in:
parent
fd2809f982
commit
01e171ff44
2
.github/workflows/maven.yml
vendored
2
.github/workflows/maven.yml
vendored
@ -17,7 +17,7 @@ jobs:
|
||||
# Setup Java
|
||||
- uses: actions/setup-java@v2
|
||||
with:
|
||||
java-version: 16
|
||||
java-version: 17
|
||||
distribution: adopt
|
||||
|
||||
# Checkout project files
|
||||
|
Loading…
Reference in New Issue
Block a user