-
Notifications
You must be signed in to change notification settings - Fork 145
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
Build: Centralise dependencies version - Pt1 #3294
Build: Centralise dependencies version - Pt1 #3294
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reviewed to 40998ea
. Nice cleanup! Just a couple small comments/questions from me.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
Signed-off-by: Andy Kwok <[email protected]>
Signed-off-by: Andy Kwok <[email protected]>
Signed-off-by: Andy Kwok <[email protected]>
2f637f7
40998ea
to
2f637f7
Compare
Updated comments, awaiting CI. |
@YANG-DB @acarbonetto I have updated the comments, which dismissed the approval. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reviewed to 2f637f7
. Looks good to me. ✅
@YANG-DB Hi can you have another look, I have added some comments on the Gradle file, which dismissed your original approval. |
Description
This PR aims to centralise certain dependencies which are commonly used across the project, and also serve as a perquisites to eventually migrate all versions declaration to Gradle version catalog, in order to avoid version conflict in the future, as the project codebase grows.
NO breaking change would be expected, as there is NO version upgrade || downgrade happen on any of the dependencies at this point.
Related Issues
Related to: #3257
Check List
--signoff
.By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.