Skip to content

Commit

Permalink
Closes #10243 (#10244)
Browse files Browse the repository at this point in the history
  • Loading branch information
y-tabata authored and stianst committed Mar 22, 2022
1 parent 252adf2 commit ef27572
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion quarkus/dist/src/main/content/bin/kc.bat
Expand Up @@ -131,7 +131,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%
Expand Down

0 comments on commit ef27572

Please sign in to comment.