mirror of
https://github.com/nextcloud/talk-android
synced 2025-06-19 19:49:33 +01: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
@ -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 New Issue
Block a user