Arclight/arclight-api/build.gradle

15 lines
182 B
Groovy
Raw Normal View History

2020-05-21 02:33:47 +00:00
plugins {
id 'java'
}
repositories {
mavenCentral()
}
dependencies {
}
compileJava {
options.compilerArgs << '-XDignore.symbol.file' << '-XDenableSunApiLintControl'
}