- ...
- Publish snapshots to jcenter (dougborg)
- Add node to execution path for NodeExec (dougborg)
- Use 'com.moowork.node' id instead of 'node
- Upgraded wrapper to use Gradle 2.2
- Allow local npm to override bundled npm (dougborg)
- Allow for configuring npmVersion (dougborg)
- Upgrade to Gradle 2.1
- Upgrade to Gradle 2.0
- Using 'com.moowork.node' as plugin id, but 'node' still works for another version
- Possible to read execResult for npm and node tasks (johnrengelman)
- Upgraded to use Node version 0.10.22 (tkruse)
- Provide gradle rule to run any NPM commands (tkruse)
- Possible to ignoreExitValue (konrad-garus)
- Added support for exec taks overrides (delegates down to Gradle exec task) (konrad-garus)
- Now adding npmInstall outside afterEvaluate to allow better dependsOn usage
- Reworked SetupTask so that it is using task input/output change tracking
- Updated gradle wrapper to version 1.11
- Initial usable version