This is an automated email from the ASF dual-hosted git repository.

ddekany pushed a commit to branch 2.3-gae
in repository https://gitbox.apache.org/repos/asf/freemarker.git


The following commit(s) were added to refs/heads/2.3-gae by this push:
     new f35e19ea README: Java 17 is needed instead of 16 at some places
f35e19ea is described below

commit f35e19eaa143271595d517990bc189396f221d81
Author: ddekany <[email protected]>
AuthorDate: Wed Jun 5 17:31:29 2024 +0200

    README: Java 17 is needed instead of 16 at some places
---
 README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index e45d047a..59a40955 100644
--- a/README.md
+++ b/README.md
@@ -161,7 +161,7 @@ Originally done on IntelliJ IDEA Community 2023.3.2:
 - "File" -> "Open": Select the "settings.gradle.kts" within the freemarker 
root directory.
 - If the project fails to load (or build), then adjust the following 
configuration
   in "File" -> "Settings" -> "Build, Execution, Deployment" -> "Build Tools" 
-> "Gradle":
-  - Gradle JVM: JDK 16 (or higher)
+  - Gradle JVM: JDK 17 (or higher)
   - Build and run using: "Gradle"
   - Run tests using: "Gradle"
 
@@ -201,7 +201,7 @@ Gradle project. After that, it's recommended to set these 
preferences (based on
     Number of imports required for .*: 99
     Number of static imports needed for .*: 1
   - Java -> Installed JRE-s:
-    Ensure that you have JDK 16 installed, and that it was added to Eclipse.
+    Ensure that you have JDK 17 installed, and that it was added to Eclipse.
     Note that it's not JRE, but JDK.
   - Java -> Compiler -> Javadoc:
     "Malformed Javadoc comments": Error

Reply via email to