mirror of
https://github.com/ethauvin/kobalt.git
synced 2025-04-26 16:28:12 -07:00
Rename.
This commit is contained in:
parent
a6cb4c3314
commit
d02def081a
5 changed files with 8 additions and 8 deletions
|
@ -45,7 +45,7 @@ fun mainNoExit(argv: Array<String>): Int {
|
|||
Kobalt.init(MainModule(args, KobaltSettings.readSettingsXml()))
|
||||
val result = Kobalt.INJECTOR.getInstance(Main::class.java).run {
|
||||
val runResult = run(jc, args, argv)
|
||||
pluginInfo.shutdown()
|
||||
pluginInfo.cleanUp()
|
||||
executors.shutdown()
|
||||
runResult
|
||||
}
|
||||
|
@ -221,8 +221,8 @@ private class Main @Inject constructor(
|
|||
}
|
||||
|
||||
private fun cleanUp() {
|
||||
pluginInfo.shutdown()
|
||||
taskManager.shutdown()
|
||||
pluginInfo.cleanUp()
|
||||
taskManager.cleanUp()
|
||||
}
|
||||
|
||||
private fun initForBuildFile(buildFile: BuildFile, args: Args): List<Project> {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue