mirror of
https://github.com/mamoe/mirai.git
synced 2025-03-26 07:20:09 +08:00
improve console it project structs
This commit is contained in:
parent
3c3657969f
commit
f69fdb7ac1
mirai-console/backend/integration-test
build.gradle.kts
testers/mirai-plugin-compatibility
.module-group.txt
mirai-jar-after-2_11-without-new
mirai-jar-after-2_11
mirai-jar-before-2_11
same-pkg-1
same-pkg-2
@ -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 {
|
||||
val tk = tasks.named<Jar>("jar")
|
||||
subplugins.add(tk)
|
||||
mcit_test.configure { dependsOn(tk) }
|
||||
runCatching {
|
||||
val tk = tasks.named<Jar>("jar")
|
||||
subplugins.add(tk)
|
||||
mcit_test.configure { dependsOn(tk) }
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user