From fd238c924742d5d472c7b9b11634640c946ab5ae Mon Sep 17 00:00:00 2001 From: James Moger <james.moger@gitblit.com> Date: Fri, 11 Apr 2014 14:54:49 -0400 Subject: [PATCH] Merged #45 "Build with Java 7" --- build.moxie | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/build.moxie b/build.moxie index 8767737..4e567b4 100644 --- a/build.moxie +++ b/build.moxie @@ -68,12 +68,12 @@ - compile 'src/main/resources' - site 'src/site/resources' -# compile for Java 6 class format +# compile for Java 7 class format tasks: { 'mx:javac' : { - source: 1.6 - target: 1.6 - compiler: javac1.6 + source: 1.7 + target: 1.7 + compiler: javac1.7 encoding: UTF-8 # stop complaints about bootstrap classpath when compiling with Java 7 compilerArgs: '-Xlint:-options' -- Gitblit v1.9.1