Robert Fink
Robert Fink
the typical flow for this is to let the CI system (circle/jenkins/etc) inject credentials as environment variables. then it should be easy enough to run `docker login $foo $bar` as...
Hej, thanks for reporting this. Can you provide a minimal test case that illustrates your branch and tag structure and the expected version strings in those situations? On Fri, May...
I don't understand the example above: why are you interested in tags on develop if you're tagging and releasing on master?
I believe that `--first-parent` is the standard way we use this plugin. Happy to make the behavior configurable though, defaulting to `--first-parent`.
I see, yeah that's reasonable. Want to provide a fix, @cskrabak ?
Adrian, you're saying that 0.9.0 does not work through the plugin repo? It's listed here, so not quite sure what's going wrong there. https://plugins.gradle.org/plugin/com.palantir.git-version
Want to make a PR?
Frankly, for this plugin, I'd advocate for removing the ability to docker-run and not not add the ability to docker-compose. On Wed, Feb 1, 2017, 02:24 Javier Campanini wrote: >...
Thanks for submitting this, Jake. I'm without laptop at the moment, so unable to verify, but it seems like the plug-in should already support building libraries via something like `option...
Shared library support is added by https://github.com/palantir/gradle-graal/pull/41