Bump to Java 17

This commit is contained in:
P0nk
2022-02-12 17:22:54 +01:00
parent b8e8caeb31
commit ef70dac1a0
3 changed files with 5 additions and 5 deletions

View File

@@ -14,10 +14,10 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Set up JDK 16
- name: Set up JDK 17
uses: actions/setup-java@v2
with:
java-version: '16'
java-version: '17'
distribution: 'temurin'
- name: Build with Maven (compile -> test -> package)
run: mvn -B package --file pom.xml