Fix gradle-plugin

This commit is contained in:
Karlatemp 2022-01-05 00:24:46 +08:00
parent 6b571e163d
commit 4fcd19742b
No known key found for this signature in database
GPG Key ID: 21FBDDF664FF06F8

View File

@ -85,12 +85,6 @@ gradlePlugin {
} }
} }
kotlin.target.compilations.all {
kotlinOptions {
apiVersion = "1.3"
languageVersion = "1.3"
}
}
val integrationTestTask = tasks.register<Test>("integTest") { val integrationTestTask = tasks.register<Test>("integTest") {
description = "Runs the integration tests." description = "Runs the integration tests."