Skip to content

Releases: srs/gradle-grunt-plugin

Version 0.13 (2016-06-27)

02 Dec 20:43
@srs srs
Compare
Choose a tag to compare
  • Bumped gradle wrapper version to 2.14
  • Updated plugin versions and test versions
  • Using gradle-node-plugin version 0.13
  • Fix multi gradle project Gruntfile.js location (mhmxs)

Version 0.12 (2016-03-10)

10 Mar 20:55
@srs srs
Compare
Choose a tag to compare
  • 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)

26 Sep 19:30
@srs srs
Compare
Choose a tag to compare
  • Upgraded wrapper to use Gradle 2.7
  • Using gradle-node-plugin version 0.11

Version 0.10 (2015-05-19)

19 May 19:18
@srs srs
Compare
Choose a tag to compare
  • 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)

28 Feb 20:05
@srs srs
Compare
Choose a tag to compare
  • 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)

10 Jul 01:10
@srs srs
Compare
Choose a tag to compare
  • 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)

08 Mar 11:15
@srs srs
Compare
Choose a tag to compare
  • 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)

08 Mar 11:15
@srs srs
Compare
Choose a tag to compare
  • Fixed wrong path to grunt executable

Version 0.3 (2014-01-10)

08 Mar 11:16
@srs srs
Compare
Choose a tag to compare
  • Using gradle-node-plugin for node invocation

Version 0.2 (2013-11-24)

08 Mar 11:17
@srs srs
Compare
Choose a tag to compare
  • 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)