aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/rebuild.sh
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2022-04-23 20:47:28 +0200
committerSven Gothel <[email protected]>2022-04-23 20:47:28 +0200
commit4ef4c5df27282c62c21e198347432f6b55d1c51a (patch)
treed49d0e94b994183c22e4b9b2bbfb22a604bece17 /scripts/rebuild.sh
parentf33dfcb5b741bc41ef8daa1d8698b933ebdc18f3 (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.sh2
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