This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository proguard.
commit 108d70c1b993f00480b09c42f1a4b1aef9452885 Author: Emmanuel Bourg <[email protected]> Date: Mon May 16 12:23:49 2016 +0200 Fixed the build failure caused by the switch from groovy2 to groovy (Closes: #823587) --- debian/changelog | 2 ++ debian/patches/enable_building_of_gradle_task.patch | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 71a82ca..7a9a41a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,8 @@ proguard (5.2.1-4) UNRELEASED; urgency=medium * Team upload. + * Fixed the build failure caused by the switch from groovy2 to groovy + (Closes: #823587) * Standards-Version updated to 3.9.8 (no changes) -- Emmanuel Bourg <[email protected]> Mon, 16 May 2016 12:16:05 +0200 diff --git a/debian/patches/enable_building_of_gradle_task.patch b/debian/patches/enable_building_of_gradle_task.patch index 57d0354..641b957 100644 --- a/debian/patches/enable_building_of_gradle_task.patch +++ b/debian/patches/enable_building_of_gradle_task.patch @@ -31,7 +31,7 @@ Index: proguard/buildscripts/build.xml + <property name = "gradle.jar2" value = "${gradle.home}/gradle-base-services.jar"/> + <property name = "gradle.jar3" value = "${gradle.home}/gradle-base-services-groovy.jar"/> + <property name = "gradle.jar4" value = "${gradle.home}/gradle-core.jar"/> -+ <property name = "gradle.jar5" value = "${gradle.home}/groovy-all-2.x.jar"/> ++ <property name = "gradle.jar5" value = "${gradle.home}/groovy-all.jar"/> <property name = "wtk.jar" value = "${wtk.home}/wtklib/kenv.zip"/> <target name = "all" depends = "basic,options"/> -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/proguard.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

