mirror of
https://github.com/Kingsrook/qqq.git
synced 2025-07-17 20:50:44 +00:00
updates to fix 'end-of-sprint-release.sh'
This commit is contained in:
@ -60,7 +60,7 @@ cd $QQQ_RELEASE_DIR/qqq || exit
|
|||||||
|
|
||||||
MVN_VERIFY_LOG=/tmp/mvn-verify.log
|
MVN_VERIFY_LOG=/tmp/mvn-verify.log
|
||||||
gumBanner "Doing clean build (logging to $MVN_VERIFY_LOG)"
|
gumBanner "Doing clean build (logging to $MVN_VERIFY_LOG)"
|
||||||
mvn clean verify > $MVN_VERIFY_LOG 2>&1
|
mvn -Duser.timezone=UTC clean verify > $MVN_VERIFY_LOG 2>&1
|
||||||
tail -30 $MVN_VERIFY_LOG
|
tail -30 $MVN_VERIFY_LOG
|
||||||
gumConfirmProceed "Can we Proceed, or are there build errors to fix?" "Proceed" "There are build errors to fix"
|
gumConfirmProceed "Can we Proceed, or are there build errors to fix?" "Proceed" "There are build errors to fix"
|
||||||
|
|
||||||
|
@ -68,7 +68,7 @@
|
|||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.kingsrook.qqq</groupId>
|
<groupId>com.kingsrook.qqq</groupId>
|
||||||
<artifactId>qqq-frontend-material-dashboard</artifactId>
|
<artifactId>qqq-frontend-material-dashboard</artifactId>
|
||||||
<version>feature-CE-876-develop-missing-widget-types-20240221.011827-1</version>
|
<version>0.20.0-20240305.204725-27</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.h2database</groupId>
|
<groupId>com.h2database</groupId>
|
||||||
|
Reference in New Issue
Block a user