mirror of
https://github.com/vanitasvitae/Smack.git
synced 2024-11-24 21:12:05 +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 {
|
||||
toolVersion = "0.8.1"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue