From 33dd869950301ea60387873e9951d2d9efb4c59f Mon Sep 17 00:00:00 2001 From: Mike Solomon Date: Wed, 25 Oct 2023 10:47:14 -0700 Subject: [PATCH] Clarify getting started config --- running-recipes/getting-started.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/running-recipes/getting-started.md b/running-recipes/getting-started.md index 3dcd31cc51..64cfa7db53 100644 --- a/running-recipes/getting-started.md +++ b/running-recipes/getting-started.md @@ -43,6 +43,8 @@ The first step in this process is making sure you have some code to work with. W {% hint style="warning" %} The sample spring-petclinic project requires JDK version 11 to build. Newer JDK versions will not work. Get OpenJDK 11 [here](https://adoptium.net/temurin/releases/?version=11) if you do not already have that version installed. + +If you are building the project in IntelliJ and are using Gradle, make sure that you set your Gradle JVM to 11 (Build, Execution, Deployment → Build Tools → Gradle → Gradle JVM). {% endhint %} To clone the [openrewrite/spring-petclinic-migration](https://github.com/openrewrite/spring-petclinic-migration) repository, please run this command: