mirror of
https://github.com/mamoe/mirai.git
synced 2025-03-03 15:10:14 +08:00
Use new versioning strategy for idea plugin
This commit is contained in:
parent
1d97a20b78
commit
95a82c4949
@ -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/
|
||||
|
Loading…
Reference in New Issue
Block a user