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/royale-asjs.git
The following commit(s) were added to refs/heads/develop by this push: new f1aa560980 Ant: Java 11 minimum f1aa560980 is described below commit f1aa560980fcb6ed23a33613d30a63aee16584ea Author: Josh Tynjala <joshtynj...@apache.org> AuthorDate: Thu Feb 15 10:12:34 2024 -0800 Ant: Java 11 minimum --- build.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.xml b/build.xml index 6250d62413..35e6512d3a 100644 --- a/build.xml +++ b/build.xml @@ -52,7 +52,7 @@ <property name="debug" value="true"/> <property name="strict" value="true"/> - <property name="javac.src" value="1.8"/> + <property name="javac.src" value="11"/> <property name="kit.prefix" value="apache-royale-${release.version}"/> <property name="source.kit" value="${kit.prefix}-src"/>