We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2322b3e commit ef57662Copy full SHA for ef57662
scripts/build.mac.command
@@ -36,8 +36,11 @@ project_root_folder=$(dirname ${scripts_folder})
36
37
cd ${project_root_folder}
38
39
+# Force use of 1.8
40
+export JAVA_HOME=/Library/Java/JavaVirtualMachines/jdk1.8.0_231.jdk/Contents/Home
41
+
42
# Add maven path to environment.
-export PATH=${HOME}/opt/apache-maven-3.6.3/bin:${PATH}
43
+export PATH=${HOME}/opt/apache-maven-3.6.3/bin:${JAVA_HOME}/bin:${PATH}
44
45
# Remove ilg plugins and artefacts from cache.
46
echo "clearing cache..."
0 commit comments