From ffad5374fec837be196358957f81262b6cd9490a Mon Sep 17 00:00:00 2001 From: pavl_g Date: Sat, 29 Jul 2023 12:48:28 +0300 Subject: [PATCH] variables.sh: fix lib_build_dir variable * modified: helper-scripts/project-impl/variables.sh --- helper-scripts/project-impl/variables.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helper-scripts/project-impl/variables.sh b/helper-scripts/project-impl/variables.sh index 4f9cc1f..552ca87 100644 --- a/helper-scripts/project-impl/variables.sh +++ b/helper-scripts/project-impl/variables.sh @@ -19,6 +19,6 @@ ext_artifactId_release="jector-monkey" artifactId_debug="jector-debug" settings="./helper-scripts/project-impl/publishing/maven-settings.xml" -build_dir="./jector/build/libs" +lib_build_dir="./jector/build/libs" ext_build_dir="./jector-monkey/build/libs" # ---------------------