SpongePowered/MixinGradle #9

This commit is contained in:
IzzelAliz 2020-05-17 18:09:36 +08:00
parent 1433f35cd0
commit e71dd81462
2 changed files with 3 additions and 1 deletions

View File

@ -20,6 +20,8 @@ jobs:
uses: actions/setup-java@v1
with:
java-version: 1.8
- name: Clean
run: yes | rm -rf ./arclight-coremod/build/libs
- name: Grant execute permission for gradlew
run: chmod +x gradlew
- name: Build with Gradle

View File

@ -6,7 +6,7 @@ cache:
- ./.gradle
build_script:
- cmd: |
gradlew clean genIntellijRuns idea --no-daemon -i
del /S /Q arclight-coremod\build\libs
gradlew build --no-daemon -i
test: off
artifacts: