You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -82,9 +82,7 @@ This works because `generatedSources` expects a list of `PathRef`s which constit
82
82
| `generatorName` | target generator name
83
83
| `cleanupOutput` | Defines whether the output directory should be cleaned up before generating the output (`false` by default).
84
84
|`cleanup`| Defines a task which contains an `Option[Path => Unit]` which is called after the generation completed. Useful for instance to delete generated Types which are already replaced by import/type-mappings. |
85
-
| `gitHost` | The git host, e.g. gitlab.com
86
-
| `gitUserId` | sets git information of the project
87
-
| `gitRepoId` | sets the repo ID (e.g. openapi-generator)
85
+
| `gitSettings` | sets Git information of the project (with `host`, `userId` and `repoId`)
88
86
| `templateDirectory` | directory with mustache templates
89
87
| `engine` | The name of templating engine to use, "mustache" (default) or "handlebars" (beta)
90
88
| `auth` | adds authorization headers when fetching the OpenAPI definitions remotely. Pass in a URL-encoded string of `name:header` with a comma separating multiple values
@@ -93,9 +91,7 @@ This works because `generatedSources` expects a list of `PathRef`s which constit
93
91
| `modelPackage` | the package to use for generated model objects/classes
94
92
| `invokerPackage` | the package to use for the generated invoker objects
95
93
| `packageName` | the default package name to use for the generated objects
96
-
| `groupId` | sets project information in generated pom.xml/build.gradle or other build script. Language-specific conversions occur in non-jvm generators
97
-
| `artifactId` | sets project information in generated pom.xml/build.gradle or other build script. Language-specific conversions occur in non-jvm generators
98
-
| `artifactVersion` | sets project information in generated pom.xml/build.gradle or other build script. Language-specific conversions occur in non-jvm generators
94
+
| `artifactSettings` | sets project information in generated pom.xml/build.gradle or other build script. Language-specific conversions occur in non-jvm generators
99
95
| `library` | library template (sub-template)
100
96
| `modelNamePrefix` | Sets the prefix for model classes and enums
101
97
| `modelNameSuffix` | Sets the suffix for model classes and enums
0 commit comments