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
commit bbdd259350016146c4005e43765dd9e93b99259e Author: Josh Tynjala <joshtynj...@apache.org> AuthorDate: Thu Feb 15 09:58:38 2024 -0800 Maven: Java 11 minimum --- README.md | 4 ++-- pom.xml | 2 +- releasemgr/README | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index b36a62f1b1..e0123e8745 100644 --- a/README.md +++ b/README.md @@ -31,13 +31,13 @@ Before building Royale you must install the following software and set the corre ### Java -Royale requires Java SDK 1.8 or greater to be installed on your computer. For more information on installing the Java SDK, see: +Royale requires Java JDK 11 or greater to be installed on your computer. For more information on installing the Java JDK, see: <https://www.oracle.com/technetwork/java/javase/downloads/index.html> - **Environment variable** - Set the **JAVA_HOME** environment variable to the Java SDK installation path. + Set the **JAVA_HOME** environment variable to the Java JDK installation path. - **PATH** diff --git a/pom.xml b/pom.xml index d67bc5b37c..bf632fc544 100644 --- a/pom.xml +++ b/pom.xml @@ -49,7 +49,7 @@ </scm> <properties> - <java.version>1.7</java.version> + <java.version>11</java.version> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <project.reporting.outputencoding>UTF-8</project.reporting.outputencoding> <maven.version>3.5.4</maven.version> diff --git a/releasemgr/README b/releasemgr/README index b86a463632..9d16a9a7c4 100644 --- a/releasemgr/README +++ b/releasemgr/README @@ -40,11 +40,11 @@ Each folder has its own README, RELEASE_NOTES, LICENSE and NOTICE with informati Building Royale =============== -Royale requires Java SDK 1.8 or greater to be installed on your computer. For more information on installing the Java SDK, see: +Royale requires Java JDK 11 or greater to be installed on your computer. For more information on installing the Java JDK, see: <http://www.oracle.com/technetwork/java/javase/downloads/index.html> -Set the JAVA_HOME environment variable to the Java SDK installation path. +Set the JAVA_HOME environment variable to the Java JDK installation path. Add the bin directory of **JAVA_HOME** to the PATH.