Cedric Beust
Cedric Beust
Filed https://github.com/cbeust/kobalt/issues/316.
Yes, that would be better. Are you interested in sending a pull request? ## Cédric On Wed, Jul 6, 2016 at 2:53 AM, DevCharly [email protected] wrote: > When I run...
Feel free to use `KobaltExecutors.miscExecutor` for this (or you can create your own, but I think using `misc` is fine here).
`clean` only deletes what's under `kobaltBuild/` by design, why should it delete `$ROOT/libs`? That's dangerous, this directory could contain users libraries...
No, it's just that `run` depends on `install` which moves the output of your build from `kobaltBuild/libs` to the `libs` directory of your project...
I noticed that too, it's been around forever, never bothered trying to figure it out. The only place where I've noticed it's wrong is in IDEA's shell window, so I...
Yes. Not sure it's worth spending time on this as long as it's limited to IDEA's console window. ## Cédric On Wed, Jun 1, 2016 at 8:14 AM, Dmitry Zhuravlev...
I understand the laziness part :-) build is not really an option since it’s already used by IDEA, though. ## Cédric On Sat, Apr 23, 2016 at 5:23 AM,...
I was wondering if this is really necessary considering what the doc says about global parameter validation: https://jcommander.org/#_global_parameter_validation
Alright, send a PR!