mikhail.kuzhaleu

Results 2 comments of mikhail.kuzhaleu

My issue is that I have a Gradle project with multiple modules which can contain generated open API clients and I want some shared module that does translation of Open...

Finally, my workaround to disable the generation of files in `org.openapitools.client.infrastructure.*` is using file `.openapi-generator-ignore` with content ```text # we do not need package [org.openapitools.client.infrastructure.*] to be generated /**/org/openapitools/client/infrastructure/ ```...