Skip to content

Commit

Permalink
Update maven-check-versions.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasleplus committed Oct 28, 2024
1 parent 0595b07 commit 04126ba
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion maven-check-versions/maven-check-versions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,9 @@ if [ "${DEBUG}" = true ]; then
fi

if [ -f mvnw ]; then
\echo 'DEBUG: using existing maven wrapper'
if [ "${DEBUG}" = true ]; then
\echo 'DEBUG: using existing maven wrapper'
fi
cmd='./mvnw'
if [ -n "${MAVEN_CONFIG+x}" ]; then
# resolve conflict with mvnw
Expand Down

0 comments on commit 04126ba

Please sign in to comment.