Skip to content

Commit 7c47bb9

Browse files
committed
one more Java 8 version bump
1 parent 789e430 commit 7c47bb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/thirdparty/xerces-patch/build.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
<property name="module.dir" value="."/>
3535
<property name="module.src" value="${module.dir}/src/java"/>
3636
<property name="module.classes" value="${module.dir}/classes"/>
37-
<property name="javac.src" value="1.4"/>
37+
<property name="javac.src" value="1.8"/>
3838
<property name="build.number" value=""/>
3939

4040
<target name="main" depends="clean,dev" description="cleans and runs the full build"/>

0 commit comments

Comments
 (0)