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
{{ message }}
This repository was archived by the owner on Dec 25, 2024. It is now read-only.
|A map of options specific to a generator. To see the full list of generator-specified parameters, please refer to [generators docs](https://github.com/OpenAPITools/openapi-generator/blob/master/docs/generators.md). Note that any config options from a generator specific document may go here, and some generators may duplicate other options which are siblings to `configOptions`.
350
+
|A map of options specific to a generator. To see the full list of generator-specified parameters, please refer to [generators docs](https://github.com/OpenAPITools/openapi-json-schema-generator/blob/master/docs/generators.md). Note that any config options from a generator specific document may go here, and some generators may duplicate other options which are siblings to `configOptions`.
If you want to perform multiple generation tasks, you'd want to create a task that inherits from the `GenerateTask`.
622
-
Examples can be found in https://github.com/OpenAPITools/openapi-generator/blob/master/modules/openapi-generator-gradle-plugin/samples/local-spec/build.gradle[samples/local-spec/build.gradle].
622
+
Examples can be found in https://github.com/OpenAPITools/openapi-json-schema-generator/blob/master/modules/openapi-json-schema-generator-gradle-plugin/samples/local-spec/build.gradle[samples/local-spec/build.gradle].
623
623
624
624
You can define any number of generator tasks; the generated code does _not_ need to be a JVM language.
625
625
@@ -682,7 +682,7 @@ You can run `gradle tasks --debug` to see this registration.
682
682
683
683
=== Android Studio
684
684
685
-
Android Studio may experience a Windows-specific Guava dependency conflict with openapi-generator-gradle-plugin versions greater than 3.0.0.
685
+
Android Studio may experience a Windows-specific Guava dependency conflict with openapi-json-schema-generator-gradle-plugin versions greater than 3.0.0.
686
686
687
687
As a workaround, you may force exclude conflicting Guava dependencies.
description ='OpenAPI Generator allows generation of API client libraries (SDK generation), server stubs, documentation and configuration automatically given an OpenAPI Spec (v2, v3)'
Copy file name to clipboardExpand all lines: modules/openapi-json-schema-generator-gradle-plugin/src/main/kotlin/org/openapitools/generator/gradle/plugin/extensions/OpenApiGeneratorGenerateExtension.kt
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -191,7 +191,7 @@ open class OpenApiGeneratorGenerateExtension(project: Project) {
191
191
val gitUserId = project.objects.property<String?>()
192
192
193
193
/**
194
-
* Git repo ID, e.g. openapi-generator.
194
+
* Git repo ID, e.g. openapi-json-schema-generator.
195
195
*/
196
196
val gitRepoId = project.objects.property<String?>()
0 commit comments