mirror of
https://github.com/nextcloud/talk-android.git
synced 2024-11-26 23:25:20 +03:00
Remove kotlin option jvmTarget = "1.8"
Not longer needed since we're on Java 11. Signed-off-by: Tim Krüger <t@timkrueger.me>
This commit is contained in:
parent
8ebbfb8c10
commit
a3972dfed6
1 changed files with 0 additions and 6 deletions
|
@ -338,9 +338,3 @@ detekt {
|
|||
config = files("../detekt.yml")
|
||||
input = files("src/")
|
||||
}
|
||||
|
||||
tasks.withType(org.jetbrains.kotlin.gradle.tasks.KotlinCompile).all {
|
||||
kotlinOptions {
|
||||
jvmTarget = "1.8"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue