mirror of
https://github.com/corda/corda.git
synced 2025-02-06 19:19:19 +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
|
testArtifacts.extendsFrom testRuntimeClasspath
|
||||||
}
|
}
|
||||||
|
|
||||||
tasks.withType(JavaCompile) {
|
|
||||||
options.compilerArgs += ['--illegal-access=warn']
|
|
||||||
}
|
|
||||||
|
|
||||||
task testJar(type: Jar) {
|
task testJar(type: Jar) {
|
||||||
classifier "tests"
|
classifier "tests"
|
||||||
from sourceSets.test.output
|
from sourceSets.test.output
|
||||||
|
Loading…
x
Reference in New Issue
Block a user