mirror of
https://github.com/mamoe/mirai.git
synced 2025-01-27 08:50:15 +08:00
Fix dokka configure
This commit is contained in:
parent
be2b1d3c66
commit
7f0cb4581e
@ -95,8 +95,8 @@ allprojects {
|
||||
|
||||
subprojects {
|
||||
afterEvaluate {
|
||||
if (project.name == "mirai-core-api") configureDokka()
|
||||
if (project.name == "mirai-console") configureDokka()
|
||||
if (project.path == ":mirai-core-api") configureDokka()
|
||||
if (project.path == ":mirai-console") configureDokka()
|
||||
}
|
||||
}
|
||||
rootProject.configureDokka()
|
||||
|
Loading…
Reference in New Issue
Block a user