Force maven update

This commit is contained in:
Spencer Gibb
2020-04-09 19:26:25 -04:00
parent e61fb3931c
commit 3df5b79a37

View File

@@ -6,5 +6,5 @@ FOLDER=`pwd`
set -e
./mvnw clean install ${@}
./mvnw clean install -U ${@}
${FOLDER}/scripts/generateDocs.sh ${@}