mirror of
https://github.com/ethauvin/kobalt.git
synced 2025-04-26 08:27:12 -07:00
Add to the projects.
This commit is contained in:
parent
65b0f44f6c
commit
1b27baf05f
1 changed files with 2 additions and 1 deletions
|
@ -133,7 +133,8 @@ private class Main @Inject constructor(
|
|||
} else {
|
||||
var allProjects = arrayListOf<Project>()
|
||||
try {
|
||||
allProjects = buildFileCompilerFactory.create(listOf(buildFile), pluginInfo).compileBuildFiles(args)
|
||||
allProjects.addAll(buildFileCompilerFactory.create(listOf(buildFile), pluginInfo)
|
||||
.compileBuildFiles(args))
|
||||
} catch(ex: KobaltException) {
|
||||
throw ex
|
||||
} catch(ex: Throwable) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue