-
Notifications
You must be signed in to change notification settings - Fork 112
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
0.16.1 crash: missing getProperty() implementation #193
Comments
It seems Gradle 7.0 and license-gradle-plugin 0.16.1 are compatible. |
Yes, that's what I used when releasing/testing 0.16.1 indeed. I'll check with 6.0+ to see whether something can be done to improve this. |
I am also experiencing this issue. In Gradle 6.3, in my case. |
Work-around seems to be to upgrade Gradle and the plugin at the same time, as 0.15.0 seems to be incompatible with Gradle 7. |
@rarcher If you have a bigger project with multiple Gradle plugins it is not always so easy to update the Gradle version due to the plugin constraints. I would really appreciate a fix for Gradle 7.0 as well as the versions below. |
something when running version 0.15.0 with gradle:
|
I am also running into this.Are there plans to have the new version be backwards compatible with older versions of gradle? |
From our experience, building the plugin using 6.9 can support both gradle 6 and gradle 7 |
Hi. I upgraded to 0.16.1 and now my build (Gradle 6.8.3) crashes with the following error:
0.15.0 still works.
The text was updated successfully, but these errors were encountered: