Set JAVA_HOME if not already set in build.sh

This commit is contained in:
Michael Pfaff 2022-03-22 15:47:06 -04:00
parent 2bfd7e88c0
commit 9ba07be839
Signed by: michael
GPG Key ID: F1A27427218FCA77
1 changed files with 2 additions and 0 deletions

View File

@ -2,6 +2,8 @@
set -e
export JAVA_HOME=${JAVA_HOME:-`asdf where java`}
ant generate-all
ant compile