Trying to add -Xlint:unchecked
This commit is contained in:
parent
e472e322b2
commit
dcdacb1c3f
@ -129,6 +129,10 @@ ext {
|
|||||||
junitJupiterVersion = '5.0.0-M2'
|
junitJupiterVersion = '5.0.0-M2'
|
||||||
}
|
}
|
||||||
|
|
||||||
|
compileJava {
|
||||||
|
options.compilerArgs << "-Xlint:unchecked" << "-Xlint:deprecation"
|
||||||
|
}
|
||||||
|
|
||||||
subprojects {
|
subprojects {
|
||||||
apply plugin: 'com.github.johnrengelman.shadow'
|
apply plugin: 'com.github.johnrengelman.shadow'
|
||||||
apply plugin: 'me.champeau.gradle.jmh'
|
apply plugin: 'me.champeau.gradle.jmh'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user