mirror of
https://github.com/ethauvin/kobalt.git
synced 2025-04-29 17:38:12 -07:00
Preliminary work for multiple build files.
This commit is contained in:
parent
2478040bff
commit
ccbfe3bd94
15 changed files with 137 additions and 254 deletions
|
@ -108,7 +108,7 @@ private class Main @Inject constructor(
|
|||
}
|
||||
|
||||
private fun runWithArgs(jc: JCommander, args: Args, argv: Array<String>): Int {
|
||||
val p = if (args.buildFile != null) File(args.buildFile) else KFiles.findBuildFile()
|
||||
val p = if (args.buildFile != null) File(args.buildFile) else File(".")
|
||||
args.buildFile = p.absolutePath
|
||||
|
||||
if (!args.update) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue