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 213213 <configuration >
214214 <commands >
215215 <command >build --for java</command >
216- <command >deploy --to h2 --with-mocks --dry >
217- "${project.basedir} /src/main/resources/schema.sql"</command >
218- <command >deploy --to h2 --dry >
219- "${project.basedir} /src/main/resources/schema-nomocks.sql"</command >
216+ <command >deploy --to h2 --with-mocks --dry --out "${project.basedir} /src/main/resources/schema.sql"</command >
217+ <command >deploy --to h2 --dry --out "${project.basedir} /src/main/resources/schema-nomocks.sql"</command >
220218 <command >compile srv/cat-service.cds -2 openapi --openapi:url /api/browse >
221219 "${project.basedir} /src/main/resources/swagger/openapi.json"</command >
222220 </commands >
You can’t perform that action at this time.
0 commit comments