Update mirai-console.integration-test

This commit is contained in:
Karlatemp
2022-01-15 19:17:04 +08:00
parent 747bc05591
commit 6f24035154
3 changed files with 5 additions and 3 deletions

View File

@@ -69,7 +69,7 @@ fun includeConsoleITPlugin(path: File) {
initScript.writeText(consoleIntegrationTestSubPluginBuildGradleKtsTemplate)
}
val projectPath = ":mirai-console.integration-test.tp.${path.name}"
val projectPath = ":mirai-console.integration-test:${path.name}"
include(projectPath)
project(projectPath).projectDir = path
}