diff --git a/scripts/dailyBuild.sh b/scripts/dailyBuild.sh index 055c79b..acbb79f 100755 --- a/scripts/dailyBuild.sh +++ b/scripts/dailyBuild.sh @@ -14,6 +14,11 @@ if [ "$JDK_LEVEL" == "11" ]; then exit 0 fi +if [ "$JDK_LEVEL" == "17" ]; then + echo "Test skipped because the guide does not support Java 17." + exit 0 +fi + sed -i "\#liberty-maven-plugin#ahttps://public.dhe.ibm.com/ibmdl/export/pub/software/openliberty/runtime/nightly/$DATE/$DRIVER" frontendUI/pom.xml cat frontendUI/pom.xml