Skip to content
This repository has been archived by the owner on Nov 23, 2024. It is now read-only.

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 subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants