mirror of
https://github.com/mamoe/mirai.git
synced 2025-03-03 23:22:29 +08:00
improve console it project structs
This commit is contained in:
parent
3c3657969f
commit
f69fdb7ac1
@ -94,10 +94,13 @@ mcit_test.configure {
|
||||
val crtProject = project
|
||||
allprojects {
|
||||
if (project != crtProject) {
|
||||
if (project.file(".module-group.txt").exists()) return@allprojects
|
||||
project.afterEvaluate {
|
||||
runCatching {
|
||||
val tk = tasks.named<Jar>("jar")
|
||||
subplugins.add(tk)
|
||||
mcit_test.configure { dependsOn(tk) }
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user