Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
y-tabata authored and DGuhr committed Mar 21, 2022
1 parent 41677bd commit 3a3d897
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 3a3d897

Please sign in to comment.