Merge pull request #2094 from nextcloud/remove-jvmTarget-1.8-for-kotlin

Remove kotlin option jvmTarget = "1.8"
This commit is contained in:
Tim Krüger 2022-05-24 15:42:23 +02:00 committed by GitHub
commit a4e396322c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"
}
}