mirror of
https://github.com/mamoe/mirai.git
synced 2025-01-09 18:00:33 +08:00
Use Kotlin 1.5.10 in Gradle tests
This commit is contained in:
parent
717fdfc463
commit
ec5b384fd0
@ -51,7 +51,7 @@ abstract class AbstractTest {
|
|||||||
buildFile.delete()
|
buildFile.delete()
|
||||||
buildFile << """
|
buildFile << """
|
||||||
plugins {
|
plugins {
|
||||||
id("org.jetbrains.kotlin.jvm") version "1.4.30"
|
id("org.jetbrains.kotlin.jvm") version "1.5.10"
|
||||||
id("net.mamoe.mirai-console")
|
id("net.mamoe.mirai-console")
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user