From 3d42f7b17e031c7e106c6f2f697dc76800ed8f87 Mon Sep 17 00:00:00 2001 From: paladox Date: Sat, 18 Mar 2017 19:17:34 +0000 Subject: Bump min java support to 1.8 Fixes #1218 --- build.moxie | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/build.moxie b/build.moxie index 8e77d464..93cae54a 100644 --- a/build.moxie +++ b/build.moxie @@ -69,12 +69,12 @@ resourceDirectories: - test 'src/test/resources' - site 'src/site/resources' -# compile for Java 7 class format +# compile for Java 8 class format tasks: { 'mx:javac' : { - source: 1.7 - target: 1.7 - compiler: javac1.7 + source: 1.8 + target: 1.8 + compiler: javac1.8 encoding: UTF-8 # stop complaints about bootstrap classpath when compiling with Java 7 compilerArgs: '-Xlint:-options' -- cgit v1.2.3