mirror of
https://github.com/corda/corda.git
synced 2025-01-29 15:43:55 +00:00
Remove invalid compiler flag (--illegal-access=warn is a run-time flag only).
This commit is contained in:
parent
b03b5133f6
commit
e1d1563901
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user