-
Notifications
You must be signed in to change notification settings - Fork 7
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
butlerPush Exception #13
Comments
Looks like a compatibility issue with Gradle 7. Though it seems to be suggesting the solution. I won't get a chance to implement and test for a few weeks, have an upcoming gold master deadline 😓 Happy to review a PR if you resolve in the meantime. |
No worries! I will see if I can find some time for a PR. The weird thing is I still can't tell if it's just a warning or the thing causing push to fail. |
Any news on this? I just updated to Gradle 7 and am getting the same issue. |
The latest commit supports Gradle 7.5.1. If you'd like to test, clone the repo and run
Then update your plugin version to 2.1.0 |
Every time I try to run my Butler Push task it fails with following exception:
My butlerLogin and butlerUpdate gradle tasks succeed. It seems to have something to do with fact that I am running latest Gradle 7.0.2 are there any compatibility issues I can overcome? I've combed through google searches and it seems like this might only be a warning? But if so I can't tell why task failing.
Thanks for help!
The text was updated successfully, but these errors were encountered: