Skip to content

Commit 7809adf

Browse files
committed
[bugfix] Fix Windows build script to use mvn directly instead of mvnw.cmd path
1 parent 381c452 commit 7809adf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ if "%TARGET%"=="useage" (
9090

9191
:: Determine script directory
9292
set "SCRIPT_DIR=%~dp0"
93-
set "BASE_CMD=%SCRIPT_DIR%\mvnw.cmd -V"
93+
set "BASE_CMD=mvn -V"
9494

9595
:: Set CMD based on TARGET
9696
if "%TARGET%"=="clean" (

0 commit comments

Comments
 (0)