James Moger
2014-04-11 cff7ccfc20f775dff4d7f76cb9bf2a7766b071ea
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'