-
Notifications
You must be signed in to change notification settings - Fork 23
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
Migrate to build version catalog #586
Comments
ryan-conway
added a commit
that referenced
this issue
Nov 4, 2024
ryan-conway
added a commit
that referenced
this issue
Nov 4, 2024
ryan-conway
added a commit
that referenced
this issue
Nov 4, 2024
@ryan-conway Seems you open duplicated issue? #575 |
ryan-conway
added a commit
that referenced
this issue
Jan 6, 2025
ryan-conway
added a commit
that referenced
this issue
Jan 6, 2025
ryan-conway
added a commit
that referenced
this issue
Jan 8, 2025
ryan-conway
added a commit
that referenced
this issue
Jan 8, 2025
ryan-conway
added a commit
that referenced
this issue
Jan 9, 2025
ryan-conway
added a commit
that referenced
this issue
Jan 10, 2025
ryan-conway
added a commit
that referenced
this issue
Jan 10, 2025
ryan-conway
added a commit
that referenced
this issue
Jan 10, 2025
2 tasks
ryan-conway
added a commit
that referenced
this issue
Jan 16, 2025
ryan-conway
added a commit
that referenced
this issue
Jan 16, 2025
ryan-conway
added a commit
that referenced
this issue
Jan 16, 2025
ryan-conway
added a commit
that referenced
this issue
Jan 16, 2025
ryan-conway
added a commit
that referenced
this issue
Jan 27, 2025
…rsion-catalog-part-2 [#586] Migrate to build version catalog (2/2)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Why
Gradle Version Catalogs allow developers to mange dependencies across modules from a single file
gradle/libs.versions.toml
, which contains 4 sections:[versions]
declares what versions are used by the dependencies[libraries]
declares our libraries/dependencies[bundles]
allows defining groups of dependencies that are commonly used together[plugins]
declares our pluginsThis allows us to centralize the dependencies declared across modules and submodules. We can replace
Dependencies
,Plugins
andVersions
from thebuildSrc
module with a single project levelgradle/lib.versions.toml
file 🙇🏻References
Who Benefits?
Developers
The text was updated successfully, but these errors were encountered: