Skip to content

Commit

Permalink
Closes #10243 (#10244) (#10849)
Browse files Browse the repository at this point in the history
Co-authored-by: Yoshiyuki Tabata <34849594+y-tabata@users.noreply.github.com>
  • Loading branch information
DGuhr and y-tabata committed Mar 22, 2022
1 parent 15df79f commit daed8b1
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 daed8b1

Please sign in to comment.