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:
Tim Krüger 2022-05-24 13:08:57 +02:00
parent 8ebbfb8c10
commit a3972dfed6
No known key found for this signature in database
GPG key ID: FECE3A7222C52A4E

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