-
Notifications
You must be signed in to change notification settings - Fork 624
Upgrade Gradle to 6.9 #3744
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 Gradle to 6.9 #3744
Conversation
Coverage Report 1Affected Products
Test Logs
Notes |
Size Report 1Affected Products
Test Logs
Notes |
firebase-appdistribution-api/firebase-appdistribution-api.gradle
Outdated
Show resolved
Hide resolved
...se-appdistribution-api/src/main/java/com/google/firebase/appdistribution/UpdateProgress.java
Show resolved
Hide resolved
@yifanyang FYI |
/test smoke-tests |
/retest |
1 similar comment
/retest |
@daymxn: The following test failed, say
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. I understand the commands that are listed here. |
* Migrate from deprecated api usage in Coverage script * Fix bugs preventing 6.9 upgrade * oops, that shouldn't have been there still * Fixed old usage of Gradle BOM support (or lack-there-of) * Fixed some minor gradle consistencies, and added firehorn to gitignore * Added distribution versioning back * Explicitly depend on appdistribution-api Co-authored-by: Yifan Yang <[email protected]>
* Creates Realtime Http client file. Includes ConfigUpdate Listener & Registration. Also exposes methods to be used by public RC file. * Creates Realtime Http client file. Includes ConfigUpdate Listener & Registration. Also exposes methods to be used by public RC file. * Update stream name * Add copyright info to top of file. * Update comments * Format file. * Creates Realtime Http client file. Includes ConfigUpdate Listener & Registration. Also exposes methods to be used by public RC file. * Update stream name * Add copyright info to top of file. * Update comments * Format file. * Moved ConfigUpdateListener and ConfigUpdateListenerRegistration to public level. * Moved ConfigUpdateListener and ConfigUpdateListenerRegistration to public level. * Format and update comments * Uodate api.txt * Add nonnull and nullable to params * Change registration to interface. * Add author * Update api.txt * Dependabot High severity alerts (#3734) * Dependency updates for `smoke-tests` * Do not attempt to parse empty json files in MetaDataStore (#3735) * Do not attempt to parse empty json files in MetaDataStore * Safely delete corrupt files in MetaDataStore * Disable javadoc for undocumented sdks. (#3738) * Creates Realtime Http client file. Includes ConfigUpdate Listener & Registration. Also exposes methods to be used by public RC file. * Reupdate files. * Make changes based on PR comments; Make internal ConfigUpdateListenerRegistration non-static to access private listener removal method from outer class. Add synchonization to listeners set. * Remove synchronized set and add explicit synchonized to methods. * Add http connection logic * Add autofetch logic * Add http stream connection and async autofetching. Also add template version number to cache. * Add message decoding * add unit tests and Realtime based exceptions * Update api.txt * Fix check failures * Format files * Update changes based on PR comments * Add back template version number check * Alter template version number comment to reflect changes * Revert template version number extraction * Update template version number comment * Add thread safe for autofetch listeners * Add thread safe for autofetch listeners * add stream unit tests and thread safe for http connection object * finish autofetch testing * Post release version updates (#3752) * Ignore appdistro-api since it's still in beta. (#3751) * Upgrade Gradle to 6.9 (#3744) * Migrate from deprecated api usage in Coverage script * Fix bugs preventing 6.9 upgrade * oops, that shouldn't have been there still * Fixed old usage of Gradle BOM support (or lack-there-of) * Fixed some minor gradle consistencies, and added firehorn to gitignore * Added distribution versioning back * Explicitly depend on appdistribution-api Co-authored-by: Yifan Yang <[email protected]> * Upgrade kotlin version to 1.6.20 (#3762) * Upgrade kotlin version to 1.6.20 * Upgrade dagger in protoc-gen-firebase-encoders. * Filter out only release component. * Add explanation. * Remove extra log Co-authored-by: Daymon <[email protected]> Co-authored-by: Matthew Robertson <[email protected]> Co-authored-by: Vladimir Kryachko <[email protected]> Co-authored-by: Yifan Yang <[email protected]>
We're currently utilizing a very old version of Gradle (5.4), wheres the current LTS for Gradle is 7.4.2
In an effort to get the SDK up-to-date, this PR gets Gradle up to 6.9
Moving to 7.x will require some additional work, but this is the first step.
Buganizer tickets: 233146890, 233139769, 233146881
233146878 as well, but that's associated with a different PR that has already been merged.