X: Reenable compiler warnings
This commit is contained in:
+2
-3
@@ -63,9 +63,8 @@ tasks.withType<JavaCompile>().configureEach {
|
|||||||
options.compilerArgs.addAll(
|
options.compilerArgs.addAll(
|
||||||
listOf(
|
listOf(
|
||||||
"--enable-preview",
|
"--enable-preview",
|
||||||
//"-Xlint:deprecation",
|
"-Xlint:deprecation",
|
||||||
//"-Xlint:unchecked",
|
"-Xlint:unchecked"
|
||||||
"-Xmaxerrs", "1"
|
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user