mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2024-12-23 09:47:38 +00:00
Update workflow
This commit is contained in:
parent
49584c9435
commit
1c9c670269
11
.github/workflows/gradle.yml
vendored
11
.github/workflows/gradle.yml
vendored
@ -3,19 +3,20 @@ name: Java CI
|
|||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- 1.15
|
- '1.15'
|
||||||
pull_request:
|
pull_request:
|
||||||
branches:
|
branches:
|
||||||
- 1.15
|
- '1.15'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
test:
|
test:
|
||||||
runs-on: ubuntu-18.04
|
runs-on: ubuntu-18.04
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v1
|
- name: Checkout
|
||||||
- name: Set up JDK 1.8
|
uses: actions/checkout@v2.0.0
|
||||||
uses: actions/setup-java@v1
|
- name: Setup Java JDK
|
||||||
|
uses: actions/setup-java@v1.3.0
|
||||||
with:
|
with:
|
||||||
java-version: 1.8
|
java-version: 1.8
|
||||||
- name: Download BuildTools
|
- name: Download BuildTools
|
||||||
|
Loading…
Reference in New Issue
Block a user