[MNG-5558] JVM used to run Maven must now be Java 1.6 or newer - can still compile and run tests with older JVMs via toolchains

This commit is contained in:
Stephen Connolly 2014-01-06 10:19:53 +00:00
parent 1f3182d7e6
commit 3480789f18
1 changed files with 1 additions and 1 deletions

View File

@ -223,7 +223,7 @@ Do you want to continue?</input>
</path>
<mkdir dir="bootstrap/target/classes" />
<javac destdir="bootstrap/target/classes" encoding="UTF-8" source="1.5" target="1.5" debug="true" includeAntRuntime="false">
<javac destdir="bootstrap/target/classes" encoding="UTF-8" source="1.6" target="1.6" debug="true" includeAntRuntime="false">
<src refid="sources" />
<classpath refid="pom.pathid" />
</javac>