mirror of
https://github.com/mamoe/mirai.git
synced 2026-08-22 22:23:32 +08:00
Use new versioning strategy for idea plugin
This commit is contained in:
@@ -19,7 +19,7 @@ object Versions {
|
||||
|
||||
val core = project
|
||||
val console = project
|
||||
val consoleIntellij = "$project-160-213-1" // mirai-kotlin-idea-patch
|
||||
val consoleIntellij = "213-$project-160-1" // idea-mirai-kotlin-patch
|
||||
val consoleTerminal = project
|
||||
|
||||
const val kotlinCompiler = "1.6.0"
|
||||
|
||||
@@ -22,7 +22,7 @@ repositories {
|
||||
mavenCentral()
|
||||
}
|
||||
|
||||
version = Versions.console
|
||||
version = Versions.consoleIntellij
|
||||
description = "IntelliJ plugin for Mirai Console"
|
||||
|
||||
// See https://github.com/JetBrains/gradle-intellij-plugin/
|
||||
|
||||
Reference in New Issue
Block a user