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 8fdd8c8e670acbf4cb423f921e28f634af4b64e6 Author: noamt <[email protected]> Date: Sun Feb 22 14:45:26 2015 +0200 Upgrade Gradle wrapper, Groovy runtime and HTTPbuilder --- build.gradle | 12 +++++------- gradle/wrapper/gradle-wrapper.jar | Bin 51017 -> 52141 bytes gradle/wrapper/gradle-wrapper.properties | 4 ++-- 3 files changed, 7 insertions(+), 9 deletions(-) diff --git a/build.gradle b/build.gradle index 3656536..acb6a98 100644 --- a/build.gradle +++ b/build.gradle @@ -38,12 +38,14 @@ repositories { dependencies { compile gradleApi() - compile 'org.codehaus.groovy:groovy-all:2.3.3' - compile('org.codehaus.groovy.modules.http-builder:http-builder:0.6') { + compile 'org.codehaus.groovy:groovy-all:2.3.9' + compile('org.codehaus.groovy.modules.http-builder:http-builder:0.7.1') { exclude group: 'org.codehaus.groovy', module: 'groovy-all' exclude group: 'org.codehaus.groovy', module: 'groovy' } - testCompile 'org.spockframework:spock-core:0.7-groovy-2.0' + testCompile ('org.spockframework:spock-core:0.7-groovy-2.0') { + exclude group: 'org.codehaus.groovy', module: 'groovy-all' + } testCompile 'cglib:cglib-nodep:2.2.2' } @@ -51,10 +53,6 @@ task sourceJar(type: Jar) { from sourceSets.main.allJava } -task wrapper(type: Wrapper, description: 'Gradle Wrapper task') { - gradleVersion = '2.0' -} - configure(install.repositories.mavenInstaller) { pom.project { name('rest-gradle-plugin') diff --git a/gradle/wrapper/gradle-wrapper.jar b/gradle/wrapper/gradle-wrapper.jar index b761216..085a1cd 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 06071c9..3d2f130 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,6 @@ -#Sun Aug 10 13:28:21 IDT 2014 +#Sun Feb 22 14:29:24 IST 2015 distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-2.0-all.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-2.3-all.zip -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/rest-gradle-plugin.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

