mirror of
https://github.com/mamoe/mirai.git
synced 2026-08-22 14:13:32 +08:00
Fix dokka configure
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user