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
Using the gradle plugin with gradle version 6.0 throws an exception:
An exception occurred applying plugin request [id: 'org.openapi.generator', version: '4.2.0']
> Failed to apply plugin [id 'org.openapi.generator']
> Could not create an instance of type org.openapitools.generator.gradle.plugin.extensions.OpenApiGeneratorGenerateExtension.
> Please use the ObjectFactory.mapProperty() method to create a property of type Map<K, V>.
openapi-generator version
4.2.0
build.gradle.kts
plugins {
id("org.openapi.generator") version "4.2.0"
}
The text was updated successfully, but these errors were encountered:
hey @roxspring ,
We still have this issue with 6.X version. I tried with 6.6.1 and got below issue. when i turned to 5.X (in my case 5.6.2) It is working
> Failed to apply plugin 'org.openapi.generator'.
> Could not create an instance of type org.openapitools.generator.gradle.plugin.extensions.OpenApiGeneratorGenerateExtension.
> Please use the ObjectFactory.mapProperty() method to create a property of type Map<K, V>.
Description
Using the gradle plugin with gradle version 6.0 throws an exception:
openapi-generator version
4.2.0
build.gradle.kts
The text was updated successfully, but these errors were encountered: