This is an automated email from the ASF dual-hosted git repository.
joshtynjala pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/flex-sdk.git
The following commit(s) were added to refs/heads/develop by this push:
new 7c47bb9b10 one more Java 8 version bump
7c47bb9b10 is described below
commit 7c47bb9b10c7ca3643079be21597cde022f1bfe1
Author: Josh Tynjala <[email protected]>
AuthorDate: Mon Mar 4 13:47:35 2024 -0800
one more Java 8 version bump
---
modules/thirdparty/xerces-patch/build.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/modules/thirdparty/xerces-patch/build.xml
b/modules/thirdparty/xerces-patch/build.xml
index e856af68d0..7dd18aada2 100644
--- a/modules/thirdparty/xerces-patch/build.xml
+++ b/modules/thirdparty/xerces-patch/build.xml
@@ -34,7 +34,7 @@
<property name="module.dir" value="."/>
<property name="module.src" value="${module.dir}/src/java"/>
<property name="module.classes" value="${module.dir}/classes"/>
- <property name="javac.src" value="1.4"/>
+ <property name="javac.src" value="1.8"/>
<property name="build.number" value=""/>
<target name="main" depends="clean,dev" description="cleans and runs the
full build"/>