We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53ed2f3 commit f20ff04Copy full SHA for f20ff04
build.gradle.kts
@@ -92,10 +92,10 @@ tasks.jacocoTestReport {
92
}
93
94
95
-tasks.withType<JavaCompile>() {
96
- // "--warning-mode all",
97
- options.compilerArgs.addAll(listOf("-Xlint:deprecation", "-Xlint:unchecked"))
98
-}
+//tasks.withType<JavaCompile>() {
+// // "--warning-mode all",
+// options.compilerArgs.addAll(listOf("-Xlint:deprecation", "-Xlint:unchecked"))
+//}
99
100
tasks.withType<Test> {
101
useJUnitPlatform()
0 commit comments