-
Notifications
You must be signed in to change notification settings - Fork 200
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
Latest version 0.43.0 requires Gradle 7 #702
Comments
I think this was due to Gradle upgrading their version of Groovy which moved the package around (#656). We do run tests against older versions, which passes for 5.0+ so we had hoped it would not regress. You are welcome to send a PR if we can restore that functionality, but otherwise I think it's okay to have a new minimum required version and users on older version can use earlier plugin versions. In that case we might want to update the error message rather than showing a stacktrace (our minimum version check). |
Groovy 2 has
I doubt that these tests still run with Gradle 5; do they? If they do, the only thing I can imagine is that you have implemented a kind of dynamic switching between the two
Actually, I'm fine with using a previous version of the plugin to get it working with Gradle 6. I just wanted to know what your intentions are and what the minimum Gradle version is that the plugin requires. There is no changelog nor did I find any other documentation from which I can get that information. |
Okay, I updated the release notes so that hopefully others won't be caught by surprise. thanks! |
Oh, and yes the tests run with different versions. I don't know why they pass either.
|
After upgrading from version 0.42.0 to 0.43.0, and using Gradle 6.9.1, I get the following exception:
Using Gradle 7.5.1, however, it works. Was it intentional to require Gradle 7 with the latest release? Otherwise, I would like to ask to restore compatibility with Gradle 6.
The text was updated successfully, but these errors were encountered: