mirror of
https://github.com/corda/corda.git
synced 2025-05-30 22:24:22 +00:00
Silence bootstrap class path javac warning relating to 1.6 and Capsule. This silences warning associated with javac command line option combinations.
This commit is contained in:
parent
2d46249d87
commit
e2d63841b0
@ -65,7 +65,7 @@ allprojects {
|
|||||||
targetCompatibility = 1.8
|
targetCompatibility = 1.8
|
||||||
|
|
||||||
tasks.withType(JavaCompile) {
|
tasks.withType(JavaCompile) {
|
||||||
options.compilerArgs << "-Xlint:unchecked" << "-Xlint:deprecation"
|
options.compilerArgs << "-Xlint:unchecked" << "-Xlint:deprecation" << "-Xlint:-options"
|
||||||
}
|
}
|
||||||
|
|
||||||
group 'net.corda'
|
group 'net.corda'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user