mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2024-12-23 01:37:37 +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:
|
env:
|
||||||
SHA: "${{ steps.short-sha.outputs.sha }}"
|
SHA: "${{ steps.short-sha.outputs.sha }}"
|
||||||
- name: "Setup JDK 16"
|
- name: "Setup JDK 16"
|
||||||
uses: "actions/setup-java@v2.1.0"
|
uses: "actions/setup-java@v2.2.0"
|
||||||
with:
|
with:
|
||||||
distribution: "adopt"
|
distribution: "temurin"
|
||||||
java-version: "16"
|
java-version: "16"
|
||||||
- name: "Clean Build"
|
- name: "Clean Build"
|
||||||
run: "./gradlew clean build -x test"
|
run: "./gradlew clean build -x test"
|
||||||
|
Loading…
Reference in New Issue
Block a user