mirror of
https://github.com/mamoe/mirai.git
synced 2026-09-05 22:54:55 +08:00
Fix publishing
This commit is contained in:
@@ -14,7 +14,7 @@ import java.time.Instant
|
||||
|
||||
internal object MiraiConsoleBuildConstants { // auto-filled on build (task :mirai-console:fillBuildConstants)
|
||||
@JvmStatic
|
||||
val buildDate: Instant = Instant.ofEpochSecond(1611894044)
|
||||
val buildDate: Instant = Instant.ofEpochSecond(1611987739)
|
||||
const val versionConst: String = "2.2.0"
|
||||
|
||||
@JvmStatic
|
||||
|
||||
@@ -32,4 +32,4 @@ dependencies {
|
||||
testRuntimeOnly(`kotlin-compiler`)
|
||||
}
|
||||
|
||||
configurePublishing("mirai-console-compiler-resolve")
|
||||
configurePublishing("mirai-console-compiler-common")
|
||||
Reference in New Issue
Block a user