-
Notifications
You must be signed in to change notification settings - Fork 41.6k
Upgrade to Gradle 6.2 #20213
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
Upgrade to Gradle 6.2 #20213
Conversation
|
Thanks very much. |
|
@wilkinsona How do we deal with 2.2.x? Should I open a separate PR for addressing the Gradle Plugin compatibility? |
|
If you have the time to do that, that'd be great. Thanks! |
|
Minor note regarding the upgrade of Gradle - it's generally advisable to execute the In the particular case of Gradle 6.2, the |
|
@vpavic It only showed line ending changes, so I felt this wasn't necessary. Do you see other changes? |
|
|
Interesting....I only got this: So essentially the same warning as you but without any changes. Are you running on Windows or on Mac? I'm myself on a Mac. |
|
@wilkinsona Aren't you on a Mac as well? Really sorry for that, but it feels I had no chance here given that the update didn't make the necessary changes. 😞 Did you execute something else than |
|
Yeah, I'm on a Mac. I ran |
|
I always followed the official docs: https://docs.gradle.org/current/userguide/gradle_wrapper.html#sec:upgrading_wrapper . Seems like I should not do that again. Sorry guys |
|
I will report this to Gradle, if you don't mind. |
|
FWIW, I think what you did to upgrade from 6.1 to 6.2 is right, @dreis2211. What I did (not specifying the version number) only worked because you'd already done the upgrade. Running |
|
Nope, when I run this on a branch where the update wasn't done yet, the same thing happens. Only line ending changes |
|
I just tried it and If I run the Looks like you've found a bug. |
|
At least I'm not crazy. I will report this. And sorry for the inconvenience again. |
|
No apology is necessary. You are still approximately 12323549783489723 in credit. |
|
IMO there's nothing to report to Gradle. The When you do FWIW my preferred approach to upgradle Gradle is to execute |
Hi,
this PR updates the project to Gradle 6.2 and updates the Gradle Plugin accordingly to test against 6.1.1 in addition to the new default.
Cheers,
Christoph