Use temurin for gh actions

This commit is contained in:
NotMyFault 2021-08-09 15:09:55 +02:00 committed by GitHub
parent a1e6839cae
commit 9ea5a94941
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18,9 +18,9 @@ jobs:
env:
SHA: "${{ steps.short-sha.outputs.sha }}"
- name: "Setup JDK 16"
uses: "actions/setup-java@v2.1.0"
uses: "actions/setup-java@v2.2.0"
with:
distribution: "adopt"
distribution: "temurin"
java-version: "16"
- name: "Clean Build"
run: "./gradlew clean build -x test"