From b69674cb8acd3368c5db5c261d37f030180c3721 Mon Sep 17 00:00:00 2001 From: Peter Midford Date: Wed, 5 Oct 2016 09:25:54 -0400 Subject: [PATCH] Mesquite is moving to java 5 (1.5) source level; start by fixing the compile flags in the build script --- buildfiles/build.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buildfiles/build.xml b/buildfiles/build.xml index e600c29..6e149e3 100644 --- a/buildfiles/build.xml +++ b/buildfiles/build.xml @@ -43,8 +43,8 @@ + target="1.5" + source="1.5">