This is an automated email from the git hooks/post-receive script. seamlik-guest pushed a commit to branch master in repository gradle-1.12.
commit 558deb3389d9cc254b2b3a7e0e94c58f0cb47576 Author: Kai-Chung Yan <[email protected]> Date: Wed Jun 17 00:22:54 2015 +0800 d/bootstrap.sh: Use Gradle 1.5 for bootstrap --- debian/bootstrap.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/bootstrap.sh b/debian/bootstrap.sh index 63c71c9..1a4d8fc 100755 --- a/debian/bootstrap.sh +++ b/debian/bootstrap.sh @@ -2,10 +2,10 @@ set -e -URL="http://services.gradle.org/distributions/gradle-1.4-bin.zip" +URL="http://services.gradle.org/distributions/gradle-1.5-bin.zip" ZIP="$(basename $URL)" DIR="$(echo $ZIP | sed 's/-bin\.zip$//')" -VERSION="1.4+bootstrap" +VERSION="1.5+bootstrap" wget $URL -O $ZIP unzip $ZIP -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/gradle-1.12.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

