Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New versions are not compatible with gradle 6.x #305

Open
ArtemZip opened this issue Feb 17, 2022 · 0 comments
Open

New versions are not compatible with gradle 6.x #305

ArtemZip opened this issue Feb 17, 2022 · 0 comments
Labels

Comments

@ArtemZip
Copy link

Describe the bug

After upgrading project from 2.18.2 to version 2.19.2 of swagger generator plugin, gradle 6.x is failing to build because of that issue

java.lang.AbstractMethodError: Receiver class org.hidetake.gradle.swagger.generator.codegen.GenerateOptions does not define or inherit an implementation of the resolved method abstract getProperty(Ljava/lang/String;)Ljava/lang/Object; of interface groovy.lang.GroovyObject.

Cannot update project to use newest gradle as other plugins doesn't support it yet

Environment

Plugin version: 2.18.2 -> 2.19.2
Swagger Codegen version: 3.0.33
Gradle version: 6.9
Java version: 11
OS: Windows

@ArtemZip ArtemZip added the bug label Feb 17, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant