1
0
Fork 0
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:
Florian Schmaus 2018-11-16 22:25:55 +01:00
parent b6dedf50f5
commit 122ad1ee62

View file

@ -176,6 +176,7 @@ allprojects {
tasks.withType(ScalaCompile) {
scalaCompileOptions.additionalParameters = [
'-Xfatal-warnings',
'-feature',
]
}