mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2024-12-23 01:37:37 +00:00
Update gh actions
This commit is contained in:
parent
5e534ff9e2
commit
685c25bdf4
5
.github/workflows/build.yml
vendored
5
.github/workflows/build.yml
vendored
@ -6,15 +6,16 @@ jobs:
|
||||
build:
|
||||
strategy:
|
||||
matrix:
|
||||
java: ["1.8", "11"]
|
||||
java: ["8", "11"]
|
||||
os: ["ubuntu-latest"]
|
||||
runs-on: "${{ matrix.os }}"
|
||||
steps:
|
||||
- name: "Checkout Repository"
|
||||
uses: "actions/checkout@v2.3.4"
|
||||
- name: "Setup JDK ${{ matrix.java }}"
|
||||
uses: "actions/setup-java@v1.4.3"
|
||||
uses: "actions/setup-java@v2"
|
||||
with:
|
||||
distribution: "adopt"
|
||||
java-version: "${{ matrix.java }}"
|
||||
- name: "Cache Gradle"
|
||||
uses: "actions/cache@v2.1.4"
|
||||
|
Loading…
Reference in New Issue
Block a user