Skip to content

Commit

Permalink
Update dailyBuild.sh (#325)
Browse files Browse the repository at this point in the history
  • Loading branch information
gkwan-ibm authored Jan 14, 2025
1 parent 08cd98f commit 48b3715
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions scripts/dailyBuild.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 "\#<artifactId>liberty-maven-plugin</artifactId>#a<configuration><install><runtimeUrl>https://public.dhe.ibm.com/ibmdl/export/pub/software/openliberty/runtime/nightly/$DATE/$DRIVER</runtimeUrl></install></configuration>" frontendUI/pom.xml
cat frontendUI/pom.xml

Expand Down

0 comments on commit 48b3715

Please sign in to comment.