mirror of
https://github.com/HMCL-dev/HMCL.git
synced 2025-04-24 18:50:52 +08:00
fix: build
This commit is contained in:
parent
6a2ffa4f30
commit
dc2911f7d8
12
.github/workflows/gradle.yml
vendored
12
.github/workflows/gradle.yml
vendored
@ -9,19 +9,21 @@ jobs:
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Checkout submodules
|
||||
run: git submodule update --init --recursive
|
||||
- name: Set up JDK 1.8
|
||||
uses: actions/setup-java@v1
|
||||
with:
|
||||
java-version: 1.8
|
||||
java-package: jdk+fx
|
||||
- name: Check style main
|
||||
run: ./gradlew checkstyleMain
|
||||
- name: Check style test
|
||||
run: ./gradlew checkstyleTest
|
||||
- name: Build with Gradle
|
||||
run: ./gradlew build
|
||||
- name: Upload Artifacts
|
||||
uses: actions/upload-artifact@v2
|
||||
with:
|
||||
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