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: docs/DEVELOPER.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
@@ -24,10 +24,10 @@ Before you can run Aerie you must install and configure the following products o
24
24
25
25
-[Docker](https://www.docker.com/) which is used to run the Aerie services.
26
26
27
-
-[OpenJDK Temurin LTS](https://adoptium.net/temurin/) which is used to build the Java-based Aerie services. If you're on OSX you can use [brew](https://brew.sh/):
27
+
-[OpenJDK Temurin LTS](https://adoptium.net/temurin/) which is used to build the Java-based Aerie services. If you're on OSX you can use [brew](https://brew.sh/). Note Aerie is currently compatible with Java temurin V21, which can be installed with brew using:
28
28
29
29
```sh
30
-
brew install --cask temurin
30
+
brew install --cask temurin@21
31
31
```
32
32
33
33
Make sure you update your `JAVA_HOME` environment variable. For example with [Zsh](https://www.zsh.org/) you can set your `.zshrc` to:
0 commit comments