mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2024-12-22 17:27:38 +00:00
Use temurin for gh actions
This commit is contained in:
parent
a1e6839cae
commit
9ea5a94941
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user