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