Set JVM 1.8 for test source set as well #KT-34154 Fixed
This commit is contained in:
+4
-3
@@ -153,9 +153,10 @@ class KotlinDslGradleKotlinJavaFrameworkSupportProvider :
|
||||
.addOther("""
|
||||
tasks {
|
||||
compileKotlin {
|
||||
kotlinOptions {
|
||||
jvmTarget = "1.8"
|
||||
}
|
||||
kotlinOptions.jvmTarget = "1.8"
|
||||
}
|
||||
compileTestKotlin {
|
||||
kotlinOptions.jvmTarget = "1.8"
|
||||
}
|
||||
}""".trimIndent()
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user