Configure Actions for Java 16

This commit is contained in:
P0nk
2021-09-06 21:23:57 +02:00
parent 18dda5aa06
commit 958fa657cd

View File

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