mirror of
https://github.com/ethauvin/kobalt.git
synced 2025-04-29 17:38:12 -07:00
Restore null default build file.
This commit is contained in:
parent
5db8e7e89c
commit
482cf3d16d
2 changed files with 2 additions and 2 deletions
|
@ -109,7 +109,7 @@ private class Main @Inject constructor(
|
|||
//
|
||||
Wrapper().install()
|
||||
ProjectGenerator().run(args)
|
||||
} else if (args.usage || args.targets.isEmpty()) {
|
||||
} else if (args.usage) {
|
||||
jc.usage()
|
||||
} else {
|
||||
if (! buildFile.exists()) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue