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 b547e1b commit 8dec898
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion maven-check-versions/maven-check-versions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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)"
MAVEN_USER_HOME='/opt/maven'
if [ -n "${MAVEN_CONFIG+x}" ]; then
# resolve conflict with mvnw
unset MAVEN_CONFIG
Expand Down

0 comments on commit 8dec898

Please sign in to comment.