Skip to content

Commit

Permalink
Released version 0.4.
Browse files Browse the repository at this point in the history
  • Loading branch information
Sten Roger Sandvik committed Mar 7, 2014
1 parent 833830c commit 14a0910
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 5 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,19 @@
Changelog
=========

Version 0.4 *(not released)*
Version 0.5 *(not released)*
----------------------------

* ...

Version 0.4 *(2014-03-07)*
--------------------------

* 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

Version 0.3 *(2014-01-10)*
--------------------------
Expand Down
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Setup the plugin like this:
jcenter()
}
dependencies {
classpath 'com.moowork.gradle:gradle-node-plugin:0.3'
classpath 'com.moowork.gradle:gradle-node-plugin:0.4'
}
}

Expand Down Expand Up @@ -97,6 +97,9 @@ You can configure the plugin using the "node" extension block, like this:
// If true, it will download node using above parameters.
// If false, it will try to use global installed node.
download = true

// Set the work directory for unpacking node
workDir = file("${project.buildDir}/nodejs")
}

Building the Plugin
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# Current version
#
version = 0.4-SNAPSHOT
version = 0.4

Binary file modified gradle/wrapper/gradle-wrapper.jar
Binary file not shown.
4 changes: 2 additions & 2 deletions gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#Thu Jan 09 22:27:47 CET 2014
#Fri Mar 07 17:58:02 CET 2014
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=http\://services.gradle.org/distributions/gradle-1.10-all.zip
distributionUrl=http\://services.gradle.org/distributions/gradle-1.11-bin.zip

0 comments on commit 14a0910

Please sign in to comment.