mirror of https://github.com/apache/maven.git
fix wrapper path for cygwin
This commit is contained in:
parent
f45eac293b
commit
60668e739c
|
@ -220,6 +220,9 @@ else
|
|||
echo "Downloading from: $jarUrl"
|
||||
fi
|
||||
wrapperJarPath="$BASE_DIR/.mvn/wrapper/maven-wrapper.jar"
|
||||
if $cygwin; then
|
||||
wrapperJarPath=`cygpath --path --windows "$wrapperJarPath"`
|
||||
fi
|
||||
|
||||
if command -v wget > /dev/null; then
|
||||
if [ "$MVNW_VERBOSE" = true ]; then
|
||||
|
|
Loading…
Reference in New Issue