[repo] Enable warnings as errors for Gradle Kotlin scripts

This commit is contained in:
Yahor Berdnikau
2023-07-03 10:26:29 +02:00
committed by Space Team
parent ed8fc64257
commit 73f6316f27
6 changed files with 11 additions and 10 deletions
+2 -2
View File
@@ -7,11 +7,11 @@ plugins {
kotlin {
js(IR) {
nodejs {
testTask {
testTask(Action {
useMocha {
timeout = "10s"
}
}
})
}
}
}