From 47728afafa3a583e6cf78b6e3002042212b5366e Mon Sep 17 00:00:00 2001 From: "Md. Touhidur Rahman" <46617994+touhidurrr@users.noreply.github.com> Date: Sun, 15 May 2022 02:40:23 +0600 Subject: [PATCH] Suggest Temurin Instead of Zulu (#6799) --- docs/Developers/Building-Locally.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Developers/Building-Locally.md b/docs/Developers/Building-Locally.md index abf3a333f9..f55ecaa7b1 100644 --- a/docs/Developers/Building-Locally.md +++ b/docs/Developers/Building-Locally.md @@ -59,7 +59,7 @@ After that you should put its folder to the file `local.properties` by adding th `sdk.dir = /path/to/android/sdk` which can be `/usr/lib/android-sdk` or something other. -If during the first launch it throws an error that the JDK version is wrong try [this JDK installation](https://www.azul.com/downloads/zulu-community/?package=jdk). +If during the first launch it throws an error that the JDK version is wrong try to install JDK from [here](https://adoptium.net/temurin/releases/). Gradle may take up to several minutes to download files. Be patient. After building, the output .JAR file should be in /desktop/build/libs/Unciv.jar