diff options
author | Sven Gothel <[email protected]> | 2022-04-23 20:47:28 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2022-04-23 20:47:28 +0200 |
commit | 4ef4c5df27282c62c21e198347432f6b55d1c51a (patch) | |
tree | d49d0e94b994183c22e4b9b2bbfb22a604bece17 /scripts/rebuild.sh | |
parent | f33dfcb5b741bc41ef8daa1d8698b933ebdc18f3 (diff) |
Build and testing using OpenJDK 17 (min requirement still 11) using our build scripts
Diffstat (limited to 'scripts/rebuild.sh')
-rw-r--r-- | scripts/rebuild.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/rebuild.sh b/scripts/rebuild.sh index aa4812bf..dae49bec 100644 --- a/scripts/rebuild.sh +++ b/scripts/rebuild.sh @@ -9,7 +9,7 @@ bname=`basename $0 .sh` logfile=$rootdir/$bname-$archabi.log rm -f $logfile -export JAVA_HOME=/usr/lib/jvm/java-11-openjdk-$archabi +export JAVA_HOME=/usr/lib/jvm/java-17-openjdk-$archabi if [ ! -e $JAVA_HOME ] ; then echo $JAVA_HOME does not exist exit 1 |