File tree Expand file tree Collapse file tree 2 files changed +1
-45
lines changed
Expand file tree Collapse file tree 2 files changed +1
-45
lines changed Original file line number Diff line number Diff line change @@ -162,17 +162,6 @@ tasks.register<GenerateTask>("openApiPythonGenerate") {
162162 )
163163}
164164
165- // PROD-14252: temporary fix waiting for upstream resolution of
166- // https://github.com/OpenAPITools/openapi-generator/pull/20701
167- tasks.register<Copy >(" overwriteGeneratedPythonFile" ) {
168- group = " openapi-python"
169- description =
170- " Patch OpenAPI Python client (temporary fix OpenAPITools/openapi-generator/pull/20701)"
171- dependsOn(" openApiPythonGenerate" )
172- from(" ${rootDir} /scripts/clients/patches/python.yml" )
173- into(" ${layout.buildDirectory.get()} /generated-sources/openapi/python/.github/workflows/" )
174- }
175-
176165tasks.register<Copy >(" copyPythonGitPushScript" ) {
177166 group = " openapi-python"
178167 description =
@@ -191,12 +180,10 @@ tasks.register<Copy>("copyPythonLicense") {
191180 into(" ${layout.buildDirectory.get()} /generated-sources/openapi/python" )
192181}
193182
194- // PROD-14252: temporary fix waiting for upstream resolution
195- // of https://github.com/OpenAPITools/openapi-generator/pull/20701
196183tasks.register(" generatePythonClient" ) {
197184 group = " openapi-python"
198185 description = " Push generated Python client project to dedicated github repository"
199- dependsOn(" copyPythonGitPushScript" , " copyPythonLicense" , " overwriteGeneratedPythonFile " )
186+ dependsOn(" copyPythonGitPushScript" , " copyPythonLicense" )
200187}
201188
202189tasks.register<GenerateTask >(" openApiUmlGenerate" ) {
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments