From 29b314d5b50eb3a05dec8f6218da2014193837fd Mon Sep 17 00:00:00 2001 From: Knight1001 <30550632+knight1001d@users.noreply.github.com> Date: Tue, 9 Jul 2024 13:45:34 +0530 Subject: [PATCH] Update JDK Version in Prerequisites Conductor requires JDK 17 for building from source code. Updated the required JDK version in the docs. --- docs/devguide/running/source.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/devguide/running/source.md b/docs/devguide/running/source.md index 0c4c4dd82..3bb25560e 100644 --- a/docs/devguide/running/source.md +++ b/docs/devguide/running/source.md @@ -5,7 +5,7 @@ In this article we will explore how you can set up Conductor on your local machi features. ### Prerequisites -1. JDK 11 or greater +1. JDK 17 or greater 2. (Optional) Docker if you want to run tests. You can install docker from [here](https://www.docker.com/get-started/). 3. Node for building and running UI. Instructions at [https://nodejs.org](https://nodejs.org). 4. Yarn for building and running UI. Instructions at [https://classic.yarnpkg.com/en/docs/install](https://classic.yarnpkg.com/en/docs/install).