Try again

This commit is contained in:
IzzelAliz 2020-05-17 15:59:11 +08:00
parent 3492bb7d86
commit 7b3dd3be92

View File

@ -5,7 +5,9 @@ cache:
- C:/Users/appveyor/.gradle
- ./.gradle
build_script:
- cmd: gradlew clean genEclipseRuns build --no-daemon -i
- cmd: |
gradlew clean genIntellijRuns --no-daemon -i
gradlew build --no-daemon -i
test: off
artifacts:
- path: ./arclight-coremod/build/libs/*.*