mirror of
https://github.com/mamoe/mirai.git
synced 2024-12-28 17:40:09 +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 {
|
||||
api(project(":mirai-core"))
|
||||
api(project(":mirai-core-api"))
|
||||
api(project(":mirai-core-utils"))
|
||||
}
|
||||
|
||||
configurePublishing("mirai-core-all")
|
Loading…
Reference in New Issue
Block a user