Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasleplus committed Oct 28, 2024
2 parents e11996b + fbdb55d commit 3c8482c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions maven-check-versions/maven-check-versions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ if [ "${DEBUG}" = true ]; then
# If maven wrapper debugging is not already configured, let's
# turn it on too.
if [ -n "${MVNW_VERBOSE+x}" ]; then
MVNW_VERBOSE=true
export MVNW_VERBOSE=true
fi
\echo "DEBUG: current working directory = $(pwd)"
\echo 'DEBUG:'
Expand All @@ -37,7 +37,7 @@ if [ -f mvnw ]; then
cmd='./mvnw'
# Ensure maven wrapper work directory is somewhere we have
# write permissions
MAVEN_USER_HOME="$(\pwd)"
export MAVEN_USER_HOME="$(\pwd)"
if [ -n "${MAVEN_CONFIG+x}" ]; then
# resolve conflict with mvnw
unset MAVEN_CONFIG
Expand Down

0 comments on commit 3c8482c

Please sign in to comment.