File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed
Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change 220220 <configuration >
221221 <commands >
222222 <command >build --for java</command >
223- <command >deploy --to h2 --with-mocks --dry >
224- "${project.basedir} /src/main/resources/schema.sql"</command >
225- <command >deploy --to h2 --dry >
226- "${project.basedir} /src/main/resources/schema-nomocks.sql"</command >
223+ <command >deploy --to h2 --with-mocks --dry --out "${project.basedir} /src/main/resources/schema.sql"</command >
224+ <command >deploy --to h2 --dry --out "${project.basedir} /src/main/resources/schema-nomocks.sql"</command >
227225 <command >compile srv/cat-service.cds -2 openapi --openapi:url /api/browse >
228226 "${project.basedir} /src/main/resources/swagger/openapi.json"</command >
229227 </commands >
You can’t perform that action at this time.
0 commit comments