Skip to content

Commit 31fc1cf

Browse files
Skip generation
1 parent eead3fc commit 31fc1cf

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

core/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,7 @@
157157
<groupId>com.sap.cloud.sdk.datamodel</groupId>
158158
<artifactId>openapi-generator-maven-plugin</artifactId>
159159
<configuration>
160+
<skip>true</skip> <!-- TODO: remove this once Cloud SDK 5.15.0 is released -->
160161
<outputDirectory>${project.basedir}/src/main/java</outputDirectory>
161162
<apiMaturity>released</apiMaturity>
162163
<enableOneOfAnyOfGeneration>true</enableOneOfAnyOfGeneration>

orchestration/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,7 @@
147147
<groupId>com.sap.cloud.sdk.datamodel</groupId>
148148
<artifactId>openapi-generator-maven-plugin</artifactId>
149149
<configuration>
150+
<skip>true</skip> <!-- TODO: remove this once Cloud SDK 5.15.0 is released -->
150151
<outputDirectory>${project.basedir}/src/main/java</outputDirectory>
151152
<apiMaturity>released</apiMaturity>
152153
<enableOneOfAnyOfGeneration>true</enableOneOfAnyOfGeneration>

0 commit comments

Comments
 (0)