mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2024-12-22 17:27:38 +00:00
Fix gh actions
This commit is contained in:
parent
5f4af7958f
commit
fb2f6668b4
28
.github/workflows/gradle.yml
vendored
Normal file
28
.github/workflows/gradle.yml
vendored
Normal file
@ -0,0 +1,28 @@
|
||||
name: Java CI
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
- breaking-114
|
||||
- commanding
|
||||
- commanding-pipeline
|
||||
pull_request:
|
||||
branches:
|
||||
- master
|
||||
- breaking-114
|
||||
- commanding
|
||||
- commanding-pipeline
|
||||
|
||||
jobs:
|
||||
test:
|
||||
runs-on: ubuntu-18.04
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
- name: Set up JDK 1.8
|
||||
uses: actions/setup-java@v1
|
||||
with:
|
||||
java-version: 1.8
|
||||
- name: Test with Gradle
|
||||
run: ./gradlew clean build
|
Loading…
Reference in New Issue
Block a user