mirror of
https://codeberg.org/Mercury-IM/Smack
synced 2024-11-22 22:32:06 +01:00
Add '-feature' argument to scala compiler
This commit is contained in:
parent
4358251e89
commit
3f8fa7a311
1 changed files with 6 additions and 0 deletions
|
@ -174,6 +174,12 @@ allprojects {
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
||||||
|
tasks.withType(ScalaCompile) {
|
||||||
|
scalaCompileOptions.additionalParameters = [
|
||||||
|
'-feature',
|
||||||
|
]
|
||||||
|
}
|
||||||
|
|
||||||
jacoco {
|
jacoco {
|
||||||
toolVersion = "0.8.1"
|
toolVersion = "0.8.1"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue