Skip to content

Commit

Permalink
Merge pull request #876 from matrei/matrei/requirements-jdk-version
Browse files Browse the repository at this point in the history
Add table to requirements with Grails version->JDK minimum version
  • Loading branch information
puneetbehl committed Nov 2, 2023
2 parents 451d479 + bef881d commit 3fe7d34
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion src/en/guide/gettingStarted/requirements.adoc
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
Before installing Grails {version} you will need as a minimum a Java Development Kit (JDK) installed version 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.
Before installing Grails you will need a Java Development Kit (JDK) installed with the minimum version denoted in the table below. 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.

[cols="1,1"]
|===
| Grails version | JDK version (minimum)

| 6 | 11
| 5 | 8
|===

To automate the installation of Grails we recommend http://sdkman.io[SDKMAN] which greatly simplifies installing and managing multiple Grails versions.

Expand Down

0 comments on commit 3fe7d34

Please sign in to comment.