Skip to content

Commit

Permalink
[MNG-5780] upgrade Java minimum version prerequisite from Java 6 to J…
Browse files Browse the repository at this point in the history
…ava 7

Also update build.xml, which is used by https://builds.apache.org
  • Loading branch information
Robert Scholte committed Jun 20, 2015
1 parent 7badeb5 commit 36b8a6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ Do you want to continue?</input>
</path>

<mkdir dir="bootstrap/target/classes" />
<javac destdir="bootstrap/target/classes" encoding="UTF-8" source="1.6" target="1.6" debug="true" includeAntRuntime="false">
<javac destdir="bootstrap/target/classes" encoding="UTF-8" source="1.7" target="1.7" debug="true" includeAntRuntime="false">
<src refid="sources" />
<classpath refid="pom.pathid" />
</javac>
Expand Down

0 comments on commit 36b8a6d

Please sign in to comment.