pwall567 / json-kotlin-gradle

Gradle JSON Schema code generation plugin
17 stars 7 forks source link

Gradle configuration cache support #10

Open artemptushkin opened 5 months ago

artemptushkin commented 5 months ago

Currently, if you enable Gradle configuration cache it fails with:

Execution failed for task ':generate'.
> Extension of type 'JSONSchemaCodegen' does not exist. Currently registered extension types: [ExtraPropertiesExtension]

Please honor the feature