Updated dependencies.

This commit is contained in:
Erik C. Thauvin 2021-05-02 14:13:21 -07:00
parent 65c736cc23
commit b984f54a8d
2 changed files with 4 additions and 4 deletions

View file

@ -20,7 +20,7 @@ gradle_opts="--console=plain --no-build-cache --no-daemon"
maven_args=""
#
# Version: 1.1.4
# Version: 1.1.5
#
if [ "$java8" = true ]
@ -40,7 +40,7 @@ pause() {
}
checkCopyright() {
if [ "$(grep -c "$date" "$1")" -eq 0 ]
if [ "$(grep -c "$date" "$1")" == "0" ]
then
echo -e " Invalid: ${red}$f${std}"
else