mirror of
https://github.com/mamoe/mirai.git
synced 2025-03-12 14:00:12 +08:00
Fix gradle-plugin
This commit is contained in:
parent
6b571e163d
commit
4fcd19742b
@ -85,12 +85,6 @@ gradlePlugin {
|
||||
}
|
||||
}
|
||||
|
||||
kotlin.target.compilations.all {
|
||||
kotlinOptions {
|
||||
apiVersion = "1.3"
|
||||
languageVersion = "1.3"
|
||||
}
|
||||
}
|
||||
|
||||
val integrationTestTask = tasks.register<Test>("integTest") {
|
||||
description = "Runs the integration tests."
|
||||
|
Loading…
Reference in New Issue
Block a user