1
0
Fork 0
mirror of https://codeberg.org/Mercury-IM/Smack synced 2024-06-16 00:24:52 +02:00

Add '-feature' argument to scala compiler

This commit is contained in:
Florian Schmaus 2018-11-16 22:18:47 +01:00
parent 4358251e89
commit 3f8fa7a311

View file

@ -174,6 +174,12 @@ allprojects {
] ]
} }
tasks.withType(ScalaCompile) {
scalaCompileOptions.additionalParameters = [
'-feature',
]
}
jacoco { jacoco {
toolVersion = "0.8.1" toolVersion = "0.8.1"
} }