Remove invalid compiler flag (--illegal-access=warn is a run-time flag only).

This commit is contained in:
josecoll 2019-05-16 10:31:52 +01:00
parent b03b5133f6
commit e1d1563901

View File

@ -93,10 +93,6 @@ configurations {
testArtifacts.extendsFrom testRuntimeClasspath
}
tasks.withType(JavaCompile) {
options.compilerArgs += ['--illegal-access=warn']
}
task testJar(type: Jar) {
classifier "tests"
from sourceSets.test.output