mirror of
https://github.com/ethauvin/kobalt.git
synced 2025-04-26 00:17:11 -07:00
Fix build path.
This commit is contained in:
parent
577c81a15a
commit
0aae394975
3 changed files with 12 additions and 8 deletions
|
@ -7,7 +7,7 @@ class Args {
|
|||
var targets: List<String> = arrayListOf()
|
||||
|
||||
@Parameter(names = arrayOf("-bf", "--buildFile"), description = "The build file")
|
||||
var buildFile: String? = null
|
||||
var buildFile: String? = "kobalt/src/Build.kt"
|
||||
|
||||
@Parameter(names = arrayOf("--checkVersions"), description = "Check if there are any newer versions of the " +
|
||||
"dependencies")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue