[zookeeper] 12/15: Set build target to Java 8

tony mancill tmancill at debian.org
Sat Jan 20 22:13:28 UTC 2018


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

tmancill pushed a commit to branch master
in repository zookeeper.

commit c3d916bfb988ff14abc83ee5faeb5f005fcdd580
Author: tony mancill <tmancill at debian.org>
Date:   Sun Jan 14 18:10:09 2018 -0800

    Set build target to Java 8
---
 debian/rules | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/rules b/debian/rules
index a0a28ca..8f593b3 100755
--- a/debian/rules
+++ b/debian/rules
@@ -12,8 +12,8 @@ ANT_ARGS = -Dversion=$(DEB_UPSTREAM_VERSION) \
            -Divy.url=file:/usr/share/maven-repo/org/apache/ivy/ivy/ \
            -Divy.version=debian \
            -Divysettings.xml=/usr/share/ivy-debian-helper/ivysettings.xml \
-           -Dant.build.javac.source=1.5 \
-           -Dant.build.javac.target=1.5
+           -Dant.build.javac.source=1.8 \
+           -Dant.build.javac.target=1.8
 
 %:
 	dh $@ --buildsystem=ivy --with javahelper --with python2

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



More information about the pkg-java-commits mailing list