From a59703c3f5df22a62aacbb4c8ed7885ccb80fcc4 Mon Sep 17 00:00:00 2001 From: Jim Procter Date: Tue, 13 Feb 2018 12:49:25 +0000 Subject: [PATCH] JAL-2905 added additional jvmarg for testng task conditional on the JVM identifying as java.version==9 --- build.xml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/build.xml b/build.xml index a414491..e9e6f6f 100755 --- a/build.xml +++ b/build.xml @@ -17,7 +17,9 @@ * You should have received a copy of the GNU General Public License along with Jalview. If not, see . * The Jalview Authors are detailed in the 'AUTHORS' file. --> - + @@ -96,6 +98,10 @@ + + + + @@ -298,6 +304,8 @@ + + -- 1.7.10.2