Skip to content

Commit

Permalink
Update Zulu version to fix CI build (postgis#92)
Browse files Browse the repository at this point in the history
  • Loading branch information
soc authored May 25, 2021
1 parent b9bc4d3 commit a19b349
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis/install-zulu.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ set -euf

AZUL_GPG_KEY=0xB1998361219BD9C9
ZULU_VERSION=8
ZULU_RELEASE=8.0.265-5
ZULU_RELEASE=8.0.292-1
JAVA_HOME=/usr/lib/jvm/zulu-8-amd64

sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys ${AZUL_GPG_KEY}
Expand All @@ -20,4 +20,4 @@ export JAVA_HOME=${ALTERNATIVES_JAVAC%/bin/javac}
export PATH=$JAVA_HOME/bin:$PATH
java -version

set +euf
set +euf

0 comments on commit a19b349

Please sign in to comment.