summaryrefslogtreecommitdiffstats
path: root/build.moxie
diff options
context:
space:
mode:
authorJames Moger <james.moger@gitblit.com>2014-04-11 13:34:36 -0400
committerJames Moger <james.moger@gitblit.com>2014-04-11 13:48:16 -0400
commitcff7ccfc20f775dff4d7f76cb9bf2a7766b071ea (patch)
treecb404049fa32878f5576ba01777ba93326169762 /build.moxie
parentdf3594165089d28409cdd57bbe5f3fde304557f1 (diff)
downloadgitblit-cff7ccfc20f775dff4d7f76cb9bf2a7766b071ea.tar.gz
gitblit-cff7ccfc20f775dff4d7f76cb9bf2a7766b071ea.zip
Build with Java 7
Diffstat (limited to 'build.moxie')
-rw-r--r--build.moxie8
1 files changed, 4 insertions, 4 deletions
diff --git a/build.moxie b/build.moxie
index 87677373..4e567b47 100644
--- a/build.moxie
+++ b/build.moxie
@@ -68,12 +68,12 @@ resourceDirectories:
- 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'