mirror of
https://github.com/mamoe/mirai.git
synced 2025-01-13 12:03:51 +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 {
|
dependencies {
|
||||||
implementation(`ktor-client-okhttp`)
|
implementation(`ktor-client-okhttp`)
|
||||||
implementation(`kotlinx-serialization-json`)
|
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") {
|
tasks.register("updateSnapshotVersion") {
|
||||||
|
Loading…
Reference in New Issue
Block a user