mirror of
https://github.com/ethauvin/kobalt.git
synced 2025-04-29 17:38:12 -07:00
Update to github for releases.
This commit is contained in:
parent
07f9712e1b
commit
13b87527f6
9 changed files with 137 additions and 54 deletions
|
@ -59,7 +59,8 @@ private class Main @Inject constructor(
|
|||
val server: KobaltServer,
|
||||
val pluginInfo: PluginInfo,
|
||||
val projectGenerator: ProjectGenerator,
|
||||
val resolveDependency: ResolveDependency) {
|
||||
val resolveDependency: ResolveDependency,
|
||||
val wrapper: Wrapper) {
|
||||
|
||||
data class RunInfo(val jc: JCommander, val args: Args)
|
||||
|
||||
|
@ -137,7 +138,7 @@ private class Main @Inject constructor(
|
|||
//
|
||||
// --init: create a new build project and install the wrapper
|
||||
//
|
||||
Wrapper().install()
|
||||
wrapper.install()
|
||||
projectGenerator.run(args)
|
||||
} else if (args.usage) {
|
||||
jc.usage()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue