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
@@ -18,7 +18,7 @@ Here you have the [course on CodelyTV Pro where we explain step by step all this
18
18
19
19
1. Install Java 11: `brew cask install corretto`
20
20
2. Set it as your default JVM: `export JAVA_HOME='/Library/Java/JavaVirtualMachines/amazon-corretto-11.jdk/Contents/Home'`
21
-
3. Clone this repository: `git clone https://github.com/CodelyTV/java-ddd-skeleton`.
21
+
3. Clone this repository: `git clone https://github.com/CodelyTV/java-ddd-example`.
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