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
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,8 +16,8 @@ Here you have the [course on CodelyTV Pro where we explain step by step all this
16
16
17
17
## 🏁 How To Start
18
18
19
-
1. Install Java 8: `brew cask install corretto8`
20
-
2. Set it as your default JVM: `export JAVA_HOME='/Library/Java/JavaVirtualMachines/amazon-corretto-8.jdk/Contents/Home'`
19
+
1. Install Java 11: `brew cask install corretto`
20
+
2. Set it as your default JVM: `export JAVA_HOME='/Library/Java/JavaVirtualMachines/amazon-corretto-11.jdk/Contents/Home'`
21
21
3. Clone this repository: `git clone https://github.com/CodelyTV/java-ddd-skeleton`.
22
22
4. Bring up the Docker environment: `make up`.
23
23
5. Execute some [Gradle lifecycle tasks](https://docs.gradle.org/current/userguide/java_plugin.html#lifecycle_tasks) in order to check everything is OK:
0 commit comments