mirror of https://github.com/apache/maven.git
[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:
parent
1f3182d7e6
commit
3480789f18
|
@ -223,7 +223,7 @@ Do you want to continue?</input>
|
||||||
</path>
|
</path>
|
||||||
|
|
||||||
<mkdir dir="bootstrap/target/classes" />
|
<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" />
|
<src refid="sources" />
|
||||||
<classpath refid="pom.pathid" />
|
<classpath refid="pom.pathid" />
|
||||||
</javac>
|
</javac>
|
||||||
|
|
Loading…
Reference in New Issue