From 59b40930d89aac0db1ed89cb18ed4a85d2d742ec Mon Sep 17 00:00:00 2001 From: "guillaume.lambert" Date: Thu, 5 Oct 2023 14:56:30 +0200 Subject: [PATCH] Fix lighty-core build Lighty.io repository structure changed. lighty-core is no more a separate repository but a subfolder of lighty.io repo. Signed-off-by: guillaume.lambert Change-Id: I0b0e2d4c1d90a622518e3fa160245bcca5a5ccbf --- lighty/build_lighty_core.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lighty/build_lighty_core.sh b/lighty/build_lighty_core.sh index 4f98bd568..5af800b40 100755 --- a/lighty/build_lighty_core.sh +++ b/lighty/build_lighty_core.sh @@ -2,8 +2,8 @@ cd $(dirname "$0") cd .. -git clone https://github.com/PANTHEONtech/lighty.git -cd lighty-core +git clone https://github.com/PANTHEONtech/lighty.git lighty-repo +cd lighty-repo git checkout main #git checkout 18.0.x export JDK_JAVA_OPTIONS="--add-opens=java.base/java.lang=ALL-UNNAMED --add-opens=java.base/java.nio=ALL-UNNAMED" -- 2.36.6