mirror of
https://github.com/HMCL-dev/HMCL.git
synced 2025-09-08 19:35:36 -04:00
fix: build
This commit is contained in:
parent
6a2ffa4f30
commit
dc2911f7d8
10
.github/workflows/gradle.yml
vendored
10
.github/workflows/gradle.yml
vendored
@ -9,15 +9,13 @@ jobs:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
- name: Checkout submodules
|
||||||
|
run: git submodule update --init --recursive
|
||||||
- name: Set up JDK 1.8
|
- name: Set up JDK 1.8
|
||||||
uses: actions/setup-java@v1
|
uses: actions/setup-java@v1
|
||||||
with:
|
with:
|
||||||
java-version: 1.8
|
java-version: 1.8
|
||||||
java-package: jdk+fx
|
java-package: jdk+fx
|
||||||
- name: Check style main
|
|
||||||
run: ./gradlew checkstyleMain
|
|
||||||
- name: Check style test
|
|
||||||
run: ./gradlew checkstyleTest
|
|
||||||
- name: Build with Gradle
|
- name: Build with Gradle
|
||||||
run: ./gradlew build
|
run: ./gradlew build
|
||||||
- name: Upload Artifacts
|
- name: Upload Artifacts
|
||||||
@ -25,3 +23,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
name: HMCL
|
name: HMCL
|
||||||
path: HMCL/build/libs
|
path: HMCL/build/libs
|
||||||
|
- name: Check style main
|
||||||
|
run: ./gradlew checkstyleMain
|
||||||
|
- name: Check style test
|
||||||
|
run: ./gradlew checkstyleTest
|
||||||
|
2
JSTUN
2
JSTUN
@ -1 +1 @@
|
|||||||
Subproject commit 6516d37c703b74d6dbbbdffdaa2a056ce2f2fdd5
|
Subproject commit 08ab1f8483aba307931494e695e27cbde0cc2657
|
Loading…
x
Reference in New Issue
Block a user