From 10d64a898fae059090afa935fc53138ab902ecfc Mon Sep 17 00:00:00 2001 From: Puneet Behl Date: Tue, 23 May 2023 01:57:37 +0530 Subject: [PATCH] Update requirements.adoc --- src/en/guide/gettingStarted/requirements.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/en/guide/gettingStarted/requirements.adoc b/src/en/guide/gettingStarted/requirements.adoc index 75a3d11b33c..7d7fd47346e 100644 --- a/src/en/guide/gettingStarted/requirements.adoc +++ b/src/en/guide/gettingStarted/requirements.adoc @@ -1,4 +1,4 @@ -Before installing Grails {version} you will need as a minimum a Java Development Kit (JDK) installed version 1.8 or above. Download the appropriate JDK for your operating system, run the installer, and then set up an environment variable called `JAVA_HOME` pointing to the location of this installation. +Before installing Grails {version} you will need as a minimum a Java Development Kit (JDK) installed version 1.11 or above. Download the appropriate JDK for your operating system, run the installer, and then set up an environment variable called `JAVA_HOME` pointing to the location of this installation. To automate the installation of Grails we recommend http://sdkman.io[SDKMAN] which greatly simplifies installing and managing multiple Grails versions.