Skip to content

Commit

Permalink
Update @sap/cds-dk to 7.4.0 (#271)
Browse files Browse the repository at this point in the history
Disable generation of localized EDMX.
  • Loading branch information
beckermarc authored Nov 22, 2023
1 parent 17a78d4 commit 5b1eba0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<cloud.sdk.version>4.26.0</cloud.sdk.version>
<xsuaa.version>3.2.1</xsuaa.version>
<cf-java-logging-support.version>3.7.1</cf-java-logging-support.version>
<cds.install-cdsdk.version>7.3.2</cds.install-cdsdk.version>
<cds.install-cdsdk.version>7.4.0</cds.install-cdsdk.version>
</properties>

<modules>
Expand Down
2 changes: 1 addition & 1 deletion srv/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@
</goals>
<configuration>
<commands>
<command>build --for java</command>
<command>build --for java --opts contentLocalizedEdmx=false</command>
<command>deploy --to h2 --with-mocks --dry &gt;
"${project.basedir}/src/main/resources/schema.sql"</command>
<command>deploy --to h2 --dry &gt;
Expand Down

0 comments on commit 5b1eba0

Please sign in to comment.