File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -108,6 +108,9 @@ tasks.register<GenerateTask>("openApiTypescriptGenerate") {
108
108
inputSpec.set(" ${rootDir} /openapi/openapi.yaml" )
109
109
outputDir.set(" ${layout.buildDirectory.get()} /generated-sources/openapi/typescript" )
110
110
generatorName.set(" typescript-axios" )
111
+ gitHost.set(" github.com" )
112
+ gitUserId.set(" Cosmo-Tech" )
113
+ gitRepoId.set(" cosmotech-api-typescript-client" )
111
114
additionalProperties.set(
112
115
mapOf (
113
116
" npmName" to " @cosmotech/api-ts" ,
@@ -145,6 +148,9 @@ tasks.register<GenerateTask>("openApiPythonGenerate") {
145
148
inputSpec.set(" ${rootDir} /openapi/openapi.yaml" )
146
149
outputDir.set(" ${layout.buildDirectory.get()} /generated-sources/openapi/python" )
147
150
generatorName.set(" python" )
151
+ gitHost.set(" github.com" )
152
+ gitUserId.set(" Cosmo-Tech" )
153
+ gitRepoId.set(" cosmotech-api-python-client" )
148
154
additionalProperties.set(
149
155
mapOf (
150
156
" projectName" to " cosmotech-api" ,
You can’t perform that action at this time.
0 commit comments