mirror of
https://codeberg.org/Mercury-IM/Smack
synced 2024-11-22 14:22:05 +01:00
Provide '-Xfatal-warnings' argument to scala compiler
This commit is contained in:
parent
b6dedf50f5
commit
122ad1ee62
1 changed files with 1 additions and 0 deletions
|
@ -176,6 +176,7 @@ allprojects {
|
||||||
|
|
||||||
tasks.withType(ScalaCompile) {
|
tasks.withType(ScalaCompile) {
|
||||||
scalaCompileOptions.additionalParameters = [
|
scalaCompileOptions.additionalParameters = [
|
||||||
|
'-Xfatal-warnings',
|
||||||
'-feature',
|
'-feature',
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue