Update ci setting

This commit is contained in:
IzzelAliz 2020-05-16 14:51:43 +08:00
parent 09f0bc58c1
commit 360aeb2fee
2 changed files with 2 additions and 1 deletions

View File

@ -8,5 +8,5 @@ build_script:
- cmd: gradlew clean build --no-daemon -i
test: off
artifacts:
- path: ./arclight-coremod/libs/*.*
- path: ./arclight-coremod/build/libs/*.*
name: .

View File

@ -126,4 +126,5 @@ mixin {
compileJava {
options.compilerArgs << '-XDignore.symbol.file' << '-XDenableSunApiLintControl'
options.encoding = 'UTF-8'
}