Update gradle.yml

This commit is contained in:
Risto Lahtela 2019-11-15 09:41:34 +02:00 committed by GitHub
parent 20848d10ff
commit d6d7ce2c2f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 5 deletions

View File

@ -5,7 +5,7 @@ on: [push]
jobs:
build:
runs-on: ubuntu-latest
runs-on: [ubuntu-18.04, windows-2019]
steps:
- uses: actions/checkout@v1
@ -13,10 +13,6 @@ jobs:
uses: actions/setup-java@v1
with:
java-version: 1.8
- name: Build with Gradle
run: |
cd Plan
./gradlew shadowJar
- name: Checkstyle
run: |
cd Plan