1
0
mirror of https://github.com/GeyserMC/Floodgate.git synced 2025-12-26 18:29:08 +00:00

Use Java 17 to compile

This commit is contained in:
Camotoy
2023-03-31 13:28:18 -04:00
parent 3c0e30bff7
commit 104cbdd51b
3 changed files with 4 additions and 4 deletions

View File

@@ -10,11 +10,11 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Set up JDK 1.8
- name: Set up JDK 17
uses: actions/setup-java@v2
with:
distribution: 'temurin'
java-version: '8'
java-version: '17'
cache: 'gradle'
- name: Build with Maven