mirror of
https://github.com/corda/corda.git
synced 2025-01-18 02:39:51 +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
|
||||
|
||||
tasks.withType(JavaCompile) {
|
||||
options.compilerArgs << "-Xlint:unchecked" << "-Xlint:deprecation"
|
||||
options.compilerArgs << "-Xlint:unchecked" << "-Xlint:deprecation" << "-Xlint:-options"
|
||||
}
|
||||
|
||||
group 'net.corda'
|
||||
|
Loading…
Reference in New Issue
Block a user