Skip to content

Commit

Permalink
Merge pull request #326 from OpenLiberty/staging
Browse files Browse the repository at this point in the history
Merge staging to prod - Update dailyBuild.sh (#325)
  • Loading branch information
gkwan-ibm authored Jan 14, 2025
2 parents 9a9edbf + 0ff878e commit 3f4dc9f
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 3f4dc9f

Please sign in to comment.