Skip to content

Commit ab26f26

Browse files
committed
Treat Kotlin compiler warnings as errors again
Now that #4371 is resolved.
1 parent 6669b93 commit ab26f26

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
@@ -22,10 +22,6 @@ dependencies {
2222
}
2323

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

0 commit comments

Comments
 (0)