We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 381c452 commit 7809adfCopy full SHA for 7809adf
1 file changed
build.bat
@@ -90,7 +90,7 @@ if "%TARGET%"=="useage" (
90
91
:: Determine script directory
92
set "SCRIPT_DIR=%~dp0"
93
-set "BASE_CMD=%SCRIPT_DIR%\mvnw.cmd -V"
+set "BASE_CMD=mvn -V"
94
95
:: Set CMD based on TARGET
96
if "%TARGET%"=="clean" (
0 commit comments