[repo] Enable warnings as errors for Gradle Kotlin scripts
This commit is contained in:
committed by
Space Team
parent
ed8fc64257
commit
73f6316f27
@@ -7,11 +7,11 @@ plugins {
|
||||
kotlin {
|
||||
js(IR) {
|
||||
nodejs {
|
||||
testTask {
|
||||
testTask(Action {
|
||||
useMocha {
|
||||
timeout = "10s"
|
||||
}
|
||||
}
|
||||
})
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user