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
The following commit(s) were added to refs/heads/release/0.9.7 by this push:
new b7d2e82 we pretty much require JDK 1.8 these days
b7d2e82 is described below
commit b7d2e82ca4dd1ae4ecff9e703fcd21d9153952d6
Author: Alex Harui <[email protected]>
AuthorDate: Sun May 3 23:07:21 2020 -0700
we pretty much require JDK 1.8 these days
---
README.md | 6 ++----
1 file changed, 2 insertions(+), 4 deletions(-)
diff --git a/README.md b/README.md
index 296538e..195479a 100644
--- a/README.md
+++ b/README.md
@@ -31,7 +31,7 @@ Before building Royale you must install the following
software and set the corre
### Java
-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>
@@ -55,9 +55,7 @@ Royale requires Java SDK 1.7 or greater to be installed on
your computer. For mo
### 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: