2
0
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:
Haowei Wen 2021-09-06 20:17:03 +08:00
parent 6a2ffa4f30
commit dc2911f7d8
No known key found for this signature in database
GPG Key ID: 5BC167F73EA558E4
2 changed files with 8 additions and 6 deletions
.github/workflows
JSTUN

@ -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

@ -1 +1 @@
Subproject commit 6516d37c703b74d6dbbbdffdaa2a056ce2f2fdd5
Subproject commit 08ab1f8483aba307931494e695e27cbde0cc2657