Explorar o código

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

Remove kotlin option jvmTarget = "1.8"
Tim Krüger %!s(int64=3) %!d(string=hai) anos
pai
achega
a4e396322c
Modificáronse 1 ficheiros con 0 adicións e 6 borrados
  1. 0 6
      app/build.gradle

+ 0 - 6
app/build.gradle

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