mirror of
https://github.com/mamoe/mirai.git
synced 2025-03-23 13:50:12 +08:00
Fix publishing
This commit is contained in:
parent
11c75e686c
commit
2a0cc6ca16
@ -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")
|
Loading…
Reference in New Issue
Block a user