You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
***Note:** In Intellij you can directly [download JDK 11 from the IDE](https://www.jetbrains.com/help/idea/sdk.html#jdk-from-ide). Intellij also comes with a bundled Maven installation and built-in Lombok support.
68
+
2. Clone the repo
69
+
3. Verify your setup using `mvn clean verify`
70
+
71
+
### VSCode
72
+
1. You will need to install:
73
+
*[VSCode](https://code.visualstudio.com/download)
74
+
*[JDK 11](https://www.oracle.com/ie/java/technologies/javase-downloads.html). Make sure that your `java --version` and `$JAVA_HOME` environment variable point to the correct jdk.
0 commit comments