This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository openjfx.
commit 3290cc60966f5b674ff061185fbef781ff8d8908 Author: Emmanuel Bourg <[email protected]> Date: Thu Sep 18 14:52:19 2014 +0200 Disabled the Gradle version check to build with Gradle 1.5 --- debian/changelog | 1 + debian/gradle.properties | 1 + 2 files changed, 2 insertions(+) diff --git a/debian/changelog b/debian/changelog index feda78e..4ccc1db 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,7 @@ openjfx (8u20-b26-1) UNRELEASED; urgency=medium * New upstream release + * Disabled the Gradle version check to build with Gradle 1.5 * Standards-Version updated to 3.9.6 (no changes) -- Emmanuel Bourg <[email protected]> Thu, 18 Sep 2014 14:22:30 +0200 diff --git a/debian/gradle.properties b/debian/gradle.properties index c9d6798..53b022d 100644 --- a/debian/gradle.properties +++ b/debian/gradle.properties @@ -2,3 +2,4 @@ COMPILE_WEBKIT = true COMPILE_MEDIA = true BUILD_JAVADOC = true BUILD_SRC_ZIP = true +GRADLE_VERSION_CHECK = false -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/openjfx.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

