Added source & traget compatibility.
This commit is contained in:
parent
b99a2f568e
commit
b73ffc061d
1 changed files with 11 additions and 0 deletions
11
build.gradle
11
build.gradle
|
@ -83,6 +83,17 @@ test {
|
|||
}
|
||||
}
|
||||
|
||||
java {
|
||||
sourceCompatibility = JavaVersion.VERSION_1_9
|
||||
targetCompatibility = JavaVersion.VERSION_1_9
|
||||
}
|
||||
|
||||
compileKotlin {
|
||||
kotlinOptions {
|
||||
jvmTarget = '9'
|
||||
}
|
||||
}
|
||||
|
||||
spotbugs {
|
||||
toolVersion.set("$versions.spotbugs")
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue