parent
fa87d46210
commit
089c2df391
1 changed files with 1 additions and 1 deletions
2
quarkus/dist/src/main/content/bin/kc.bat
vendored
2
quarkus/dist/src/main/content/bin/kc.bat
vendored
|
@ -132,7 +132,7 @@ SetLocal EnableDelayedExpansion
|
|||
set "AUTO_BUILD_OPTION=auto-build"
|
||||
|
||||
if not "!CONFIG_ARGS:%AUTO_BUILD_OPTION%=!"=="!CONFIG_ARGS!" (
|
||||
%JAVA% -Dkc.config.rebuild-and-exit=true %JAVA_RUN_OPTS%
|
||||
"%JAVA%" -Dkc.config.rebuild-and-exit=true %JAVA_RUN_OPTS%
|
||||
)
|
||||
|
||||
"%JAVA%" %JAVA_RUN_OPTS%
|
||||
|
|
Loading…
Reference in a new issue