This is an automated email from the ASF dual-hosted git repository. aharui pushed a commit to branch release/0.9.7 in repository https://gitbox.apache.org/repos/asf/royale-asjs.git
commit c031f7f88a8c76662bc37057ff9cd4a7a5fe8d30 Author: Alex Harui <[email protected]> AuthorDate: Sun May 3 23:09:58 2020 -0700 we pretty much require JDK 1.8 these days --- releasemgr/README | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/releasemgr/README b/releasemgr/README index 01f3c2f..697d887 100644 --- a/releasemgr/README +++ b/releasemgr/README @@ -40,7 +40,7 @@ Each folder has its own README, RELEASE_NOTES, LICENSE and NOTICE with informati Building Royale =============== -Royale requires Java SDK 1.7 or greater to be installed on your computer. For more information on installing the Java SDK, see: +Royale requires Java SDK 1.8 or greater to be installed on your computer. For more information on installing the Java SDK, see: <http://www.oracle.com/technetwork/java/javase/downloads/index.html> @@ -77,9 +77,7 @@ to build Royale applications. Building Royale With Apache Ant =============================== -Royale requires Ant 1.7.1 or greater to be installed on your computer. - -Note: if you are using Java SDK 1.7 or greater on a Mac you must use Ant 1.8 or greater. If you use Java 1.7 with Ant 1.7 you will get compile errors. +Royale requires Ant 1.8 or greater to be installed on your computer. For more information on installing Ant, see:
