Skip to content

Commit 3beea0a

Browse files
authored
Merge 67b4dff into 55b6dd5
2 parents 55b6dd5 + 67b4dff commit 3beea0a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

buildSrc/build.gradle.kts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,3 +106,9 @@ tasks.withType<Test> {
106106
val enablePluginTests: String? by rootProject
107107
enabled = enablePluginTests == "true"
108108
}
109+
-
110+
tasks.withType<org.jetbrains.kotlin.gradle.tasks.KotlinCompile>().configureEach {
111+
kotlinOptions {
112+
jvmTarget = "11"
113+
}
114+
}

0 commit comments

Comments
 (0)