Releases: srs/gradle-grunt-plugin
Releases · srs/gradle-grunt-plugin
Version 0.13 (2016-06-27)
Version 0.12 (2016-03-10)
- Upgraded wrapper to use Gradle 2.11
- Using gradle-node-plugin version 0.12
- Added more tests and integration tests
Version 0.11 (2015-09-26)
- Upgraded wrapper to use Gradle 2.7
- Using gradle-node-plugin version 0.11
Version 0.10 (2015-05-19)
- Upgraded wrapper to use Gradle 2.4
- Using gradle-node-plugin version 0.10
- Add configuration for where Gruntfile.js is located (nmalaguti)
- Added basic unit tests (nmalaguti)
- Added support to buffer output and disable colors (nmalaguti)
Version 0.9 (2015-02-28)
- Align version number with node plugin
- Upgrade to Gradle wrapper 2.3
- Publishing snapshots to jcenter (oss.jfrog.org)
- Using gradle-node-plugin version 0.9
- Compiling using Java 1.6 compatiblity
- Removed old plugin id 'grunt'
Version 0.6 (2014-07-10)
- Upgrade to Gradle 2.0
- Upgrade to grunt-node-plugin 0.6
- Using 'com.moowork.grunt' as plugin id, but 'grunt' still works for another version
- Added description for grunt task rule
Version 0.5 (2014-03-08)
- Updated gradle wrapper to version 1.11
- Updated to gradle-node-plugin version 0.4 that fixes some issues
Version 0.4 (2014-01-12)
- Fixed wrong path to grunt executable
Version 0.3 (2014-01-10)
- Using gradle-node-plugin for node invocation
Version 0.2 (2013-11-24)
- Added license file
- Publishing gradle-grunt-plugin to Bintray
- Refactored plugin - using task rules and seperated npm into own task (tkruse)
- Npm invocation now works on windows (tkruse)