Skip to content

Commit 79993fe

Browse files
committed
Treat Kotlin compiler warnings as errors again
Now that #4371 is resolved.
1 parent 4c3297c commit 79993fe

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

junit-jupiter-api/junit-jupiter-api.gradle.kts

-4
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,6 @@ dependencies {
2323
}
2424

2525
tasks {
26-
compileKotlin {
27-
// https://github.com/junit-team/junit5/issues/4371
28-
compilerOptions.allWarningsAsErrors = false
29-
}
3026
jar {
3127
bundle {
3228
val version = project.version

0 commit comments

Comments
 (0)