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

Android Studio 2020.3.1 (latest stable) requires Gradle 7 + tweaks to plugin #241

Open
casperbang opened this issue Jul 29, 2021 · 1 comment
Labels

Comments

@casperbang
Copy link

Describe the bug

Upgrading to latest stable Android Studio requires Gradle version 7. However, the latest release of this plugin only supports Gradle 6.2. Trying to use the existing plugin with an Android Studio 7 projects results in problems with wipeOutputDir since it has both an is and a get - get method in the source, no longer allowed.

Environment

Plugin version: 2.18.2
Swagger Codegen version: 2.4.2
Gradle version: 7.0.2
Java version: 11
OS: OSX

@casperbang casperbang added the bug label Jul 29, 2021
@int128
Copy link
Owner

int128 commented Dec 19, 2021

I released the new version with Gradle 7 support.
https://github.com/int128/gradle-swagger-generator-plugin/releases/tag/2.19.0

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

2 participants