mirror of
https://github.com/plan-player-analytics/Plan.git
synced 2024-12-15 05:41:51 +08:00
Update gradle.yml
This commit is contained in:
parent
20848d10ff
commit
d6d7ce2c2f
6
.github/workflows/gradle.yml
vendored
6
.github/workflows/gradle.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user