You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@groovy.apache.org by pa...@apache.org on 2016/03/22 01:52:03 UTC

groovy git commit: make 'downloadWrapper' a default task

Repository: groovy
Updated Branches:
  refs/heads/GROOVY_2_4_X c43156969 -> 5f911f256


make 'downloadWrapper' a default task


Project: http://git-wip-us.apache.org/repos/asf/groovy/repo
Commit: http://git-wip-us.apache.org/repos/asf/groovy/commit/5f911f25
Tree: http://git-wip-us.apache.org/repos/asf/groovy/tree/5f911f25
Diff: http://git-wip-us.apache.org/repos/asf/groovy/diff/5f911f25

Branch: refs/heads/GROOVY_2_4_X
Commit: 5f911f256088bee182a9fc5c78bca7002f547250
Parents: c431569
Author: paulk <pa...@asert.com.au>
Authored: Tue Mar 22 10:51:21 2016 +1000
Committer: paulk <pa...@asert.com.au>
Committed: Tue Mar 22 10:51:21 2016 +1000

----------------------------------------------------------------------
 gradle/wrapper.gradle | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/groovy/blob/5f911f25/gradle/wrapper.gradle
----------------------------------------------------------------------
diff --git a/gradle/wrapper.gradle b/gradle/wrapper.gradle
index bf022e3..c159d7b 100644
--- a/gradle/wrapper.gradle
+++ b/gradle/wrapper.gradle
@@ -20,3 +20,5 @@ task downloadWrapper(type: Wrapper) {
     description = "Download the gradle wrapper and requisite files. Overwrites any existing wrapper files."
     gradleVersion = project.gradleVersion
 }
+
+defaultTasks 'downloadWrapper'