mirror of
https://github.com/Alfresco/alfresco-sdk.git
synced 2025-08-21 18:09:29 +00:00
ACS-3568: use correct java17 version
This commit is contained in:
@@ -14,7 +14,7 @@ before_install:
|
||||
if [[ "$TRAVIS_JDK_VERSION" == "openjdk17" ]]
|
||||
then
|
||||
echo "using latest OS provided openjdk17"
|
||||
export JAVA_HOME=/usr/lib/jvm/java-17-openjdk-amd64
|
||||
export JAVA_HOME=/usr/lib/jvm/bellsoft-java17-amd64
|
||||
export PATH=$JAVA_HOME/bin:$PATH
|
||||
else
|
||||
echo "using Travis provided jdk"
|
||||
|
Reference in New Issue
Block a user