Doug Borg
Doug Borg
I use brew cask (http://caskroom.io/) to install google-chrome and so my `Google Crome.app` is actually a soft link that lives in my user's Applications (`~/Applications`) directory, not the global `/Applications`...
It would be great to see this plugin up on the new Plugin Portal so it can be applied using the new (in Gradle 2.1+) `plugins` closure. Check out: http://plugins.gradle.org/submit
I interact with git repositories from multiple places (GitHub, BitBucket, internal Stash repositories, etc.). Would it be possible to make the custom commit url template string setting per-project? One idea...
First of all, thanks so much for this plugin. It has helped me greatly in the past week. One thing that seems to be a bit of a pain for...
Right now the `NodeTask` task interface is a bit different than the interface on the standard `Exec` task. While I understand the implementation details behind these differences, I think it...
In my projects that use this plugin, I generally want Gradle project to have the same version as what is specified in the `package.json` file. Do you think this would...