[rest-gradle-plugin] 16/83: Upgrade to Gradle wrapper 1.6

Alastair McKinstry mckinstry at moszumanska.debian.org
Wed Oct 25 15:59:03 UTC 2017


This is an automated email from the git hooks/post-receive script.

mckinstry pushed a commit to branch debian/master
in repository rest-gradle-plugin.

commit ef29ef762c436d8ef5c95bc4ebcbb63531e27254
Author: noamt <noam at 10ne.org>
Date:   Tue Jun 25 18:22:25 2013 +0300

    Upgrade to Gradle wrapper 1.6
---
 build.gradle                             |   3 ++-
 gradle/wrapper/gradle-wrapper.jar        | Bin 46742 -> 49875 bytes
 gradle/wrapper/gradle-wrapper.properties |   4 ++--
 3 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/build.gradle b/build.gradle
index c3a9934..01ea594 100644
--- a/build.gradle
+++ b/build.gradle
@@ -30,6 +30,7 @@ repositories {
 
 dependencies {
     compile gradleApi()
+    compile 'org.codehaus.groovy:groovy-all:1.8.9'
     compile('org.codehaus.groovy.modules.http-builder:http-builder:0.6') {
         exclude group: 'org.codehaus.groovy', module: 'groovy-all'
         exclude group: 'org.codehaus.groovy', module: 'groovy'
@@ -48,7 +49,7 @@ artifacts {
 }
 
 task wrapper(type: Wrapper, description: 'Gradle Wrapper task') {
-    gradleVersion = '1.5'
+    gradleVersion = '1.6'
 }
 
 configure(install.repositories.mavenInstaller) {
diff --git a/gradle/wrapper/gradle-wrapper.jar b/gradle/wrapper/gradle-wrapper.jar
index faa569a..a7634b0 100644
Binary files a/gradle/wrapper/gradle-wrapper.jar and b/gradle/wrapper/gradle-wrapper.jar differ
diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties
index ca690d3..1c5e8b4 100644
--- a/gradle/wrapper/gradle-wrapper.properties
+++ b/gradle/wrapper/gradle-wrapper.properties
@@ -1,6 +1,6 @@
-#Tue Apr 02 18:52:08 IDT 2013
+#Tue Jun 25 17:58:12 IDT 2013
 distributionBase=GRADLE_USER_HOME
 distributionPath=wrapper/dists
 zipStoreBase=GRADLE_USER_HOME
 zipStorePath=wrapper/dists
-distributionUrl=http\://services.gradle.org/distributions/gradle-1.5-bin.zip
+distributionUrl=http\://services.gradle.org/distributions/gradle-1.6-bin.zip

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/rest-gradle-plugin.git



More information about the pkg-java-commits mailing list