mirror of
https://github.com/mamoe/mirai.git
synced 2025-01-16 20:37:00 +08:00
Fix mirai-core-all missing dependency mirai-core-utils
This commit is contained in:
parent
a5e9bef3b6
commit
056c9722dc
@ -24,6 +24,7 @@ description = "Mirai core shadowed"
|
|||||||
dependencies {
|
dependencies {
|
||||||
api(project(":mirai-core"))
|
api(project(":mirai-core"))
|
||||||
api(project(":mirai-core-api"))
|
api(project(":mirai-core-api"))
|
||||||
|
api(project(":mirai-core-utils"))
|
||||||
}
|
}
|
||||||
|
|
||||||
configurePublishing("mirai-core-all")
|
configurePublishing("mirai-core-all")
|
Loading…
Reference in New Issue
Block a user