mirror of
https://github.com/mamoe/mirai.git
synced 2025-01-10 18:40:15 +08:00
Drop kapt
This commit is contained in:
parent
4432ae30df
commit
6624cc3b4e
@ -11,7 +11,6 @@
|
||||
|
||||
plugins {
|
||||
kotlin("jvm")
|
||||
kotlin("kapt")
|
||||
id("java-gradle-plugin")
|
||||
id("com.gradle.plugin-publish")
|
||||
id("java")
|
||||
|
@ -10,6 +10,6 @@
|
||||
package net.mamoe.mirai.console.gradle
|
||||
|
||||
internal object VersionConstants {
|
||||
const val CONSOLE_VERSION = "2.2.0-dev-4" // value is written here automatically during build
|
||||
const val CORE_VERSION = "2.2.0-dev-4" // value is written here automatically during build
|
||||
const val CONSOLE_VERSION = "2.0.0" // value is written here automatically during build
|
||||
const val CORE_VERSION = "2.0.0" // value is written here automatically during build
|
||||
}
|
Loading…
Reference in New Issue
Block a user