forked from loafle/openapi-generator-original
* [gradle] Add 4 boolean properties supported by codegenConfigurator * [gradle] Add Windows workaround for Android Studio After release 3.0.0, a guava dependency was updated and this exposed an issue in Windows where Guava's CharMatcher.ASCII is called to validate a path. The version of Guava referenced by OpenAPI Generator causes a 'NoSuchField' error because the referenced dependency names this static field CharMatcher.Ascii. This error is not surfaced on macOS, and appears to be Windows-specific. This adds a potential workaround to the Gradle plugin's readme. See #1818 for more details.