Fix of ant configure.xml to be able to build integration-arquillian-servers-auth-server-quarkus module on Windows
Closes #19591
This commit is contained in:
parent
074e2ec723
commit
ca9c6dddc1
1 changed files with 2 additions and 1 deletions
|
@ -8,7 +8,8 @@
|
|||
<arg value="--http-relative-path=/auth"/>
|
||||
<arg value="--cache=local"/>
|
||||
</exec>
|
||||
<exec osfamily="windows" executable="${auth.server.home}/bin/kc.bat" failonerror="true">
|
||||
<exec osfamily="windows" executable="cmd" dir="${auth.server.home}/bin" failonerror="true">
|
||||
<arg value="kc.bat" />
|
||||
<arg value="build"/>
|
||||
<arg value="--http-relative-path=/auth"/>
|
||||
<arg value="--cache=local"/>
|
||||
|
|
Loading…
Reference in a new issue