Nadav Cohen
Nadav Cohen
Care to submit a pull request? :) On Aug 8, 2014 9:06 AM, "abelsromero" [email protected] wrote: > I don't consider myself a Groovy expert but not a novice either and...
Hi Shevek. This sounds like something that would be appropriate for application code instead of plugin code. Where would you suggest we put this code?
Hey @benvandenberg - thanks for your comments. Could you please describe this in a bit more detail? What is missing, exactly? Is it specific to certain projects or configurations?
Writing more comprehensive documentation is definitely on our list. Until that happens, you can find many working examples in our [integration tests](https://github.com/nebula-plugins/gradle-dependency-lock-plugin/blob/master/src/test/groovy/nebula/plugin/dependencylock/DependencyLockLauncherSpec.groovy). Having said that, if you could provide a...
Support for the [Groovydoc](https://docs.gradle.org/current/dsl/org.gradle.api.tasks.javadoc.Groovydoc.html) requires an additional dependency on the Groovy plugin, which is not ideal for those who do not wish to have the Groovy plugin applied in their...
I've been using nebula-release with multiple ssh keys for a while now. I think the difference is that all of my keys are purposely named (e.g. id_rsa_service1 and id_rsa_service2) and...
I think we want to be more explicit about the fact we're making the dependency unresolvable. I suppose we could change the version to "DENIED_BY_RESOLUTION_RULES", but I'm not sure that's...