You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by jo...@apache.org on 2022/10/06 13:24:00 UTC

[royale-asjs] branch develop updated: Ant: set javac.src to 1.8 to match royale-compiler

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 6792e2df6f Ant: set javac.src to 1.8 to match royale-compiler
6792e2df6f is described below

commit 6792e2df6f8f9d7382a28b658a5ab30f256ce183
Author: Josh Tynjala <jo...@apache.org>
AuthorDate: Thu Oct 6 06:23:36 2022 -0700

    Ant: set javac.src to 1.8 to match royale-compiler
---
 build.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build.xml b/build.xml
index d00656a180..6250d62413 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.7"/>
+    <property name="javac.src" value="1.8"/>
     
     <property name="kit.prefix" value="apache-royale-${release.version}"/>
     <property name="source.kit" value="${kit.prefix}-src"/>