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:
Vladislav Plemyannik 2023-04-12 20:07:21 +03:00 committed by Pedro Igor
parent 074e2ec723
commit ca9c6dddc1

View file

@ -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"/>