From a69aed3a922c3c38d6a4e055b2ffc14ad04cf46f Mon Sep 17 00:00:00 2001 From: Leon <64979109+ItsLeon15@users.noreply.github.com> Date: Thu, 10 Mar 2022 14:39:35 +0000 Subject: [PATCH] Update README.md Older/Newer versions of Java.net will not work with the script. Only tested Java.net version is 11.0.11 --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 29a0e13..12a6556 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ # windup-local-build-scripts Useful scripts to build locally all projects involving the MTA CLI and Web UI +The script ``build_cli.sh`` requries Java Version ``11.0.11-open``. + The scripts within this repository should be executed from the parent directory of the local repositories, i.e. the parent directory of windup, windup-distribution, etc. Execute the scripts via the following commands (please ensure the Docker daemon is running before executing the build_web.sh)