mirror of
https://github.com/mamoe/mirai.git
synced 2024-12-26 00:20:10 +08:00
[build] Use "kotlinx-datetime-jvm" for ci-release-helper to overcome missing dependency issue
This commit is contained in:
parent
a397ee9959
commit
b4bd1e74cf
@ -69,7 +69,7 @@ nexusStaging {
|
||||
dependencies {
|
||||
implementation(`ktor-client-okhttp`)
|
||||
implementation(`kotlinx-serialization-json`)
|
||||
implementation("org.jetbrains.kotlinx", "kotlinx-datetime", "0.4.0")
|
||||
implementation("org.jetbrains.kotlinx", "kotlinx-datetime-jvm", "0.4.0")
|
||||
}
|
||||
|
||||
tasks.register("updateSnapshotVersion") {
|
||||
|
Loading…
Reference in New Issue
Block a user