[testng] 120/355: Allow to build with 1.8.

Eugene Zhukov eugene-guest at moszumanska.debian.org
Tue Aug 18 10:19:55 UTC 2015


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

eugene-guest pushed a commit to annotated tag OpenBSD
in repository testng.

commit 4984c91f1d350951f5593a872675d161ff654960
Author: Cedric Beust <cedric at beust.com>
Date:   Tue Jan 13 13:33:50 2015 -0800

    Allow to build with 1.8.
---
 build.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/build.xml b/build.xml
index 63477cc..7f8059c 100644
--- a/build.xml
+++ b/build.xml
@@ -33,6 +33,7 @@
     <!-- java greater than 1.5 required to build -->
     <condition property="requiredJavaVersion">
       <or>
+        <equals arg1="${ant.java.version}" arg2="1.8" />
         <equals arg1="${ant.java.version}" arg2="1.7" />
         <equals arg1="${ant.java.version}" arg2="1.6" />
       </or>

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



More information about the pkg-java-commits mailing list