Skip to content
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

Use version catalog references and get rid of the versions array in dependencies.gradle #4849

Open
jonatan-ivanov opened this issue Mar 11, 2024 · 0 comments
Labels
build A change in our build-system type: task A general task
Milestone

Comments

@jonatan-ivanov
Copy link
Member

Instead of utilizing dependencies.gradle to define versions like this:

testImplementation 'org.slf4j:slf4j-api'

we should use the version catalog:

testImplementation libs.slf4jApi

and remove the records from the VERSION list in dependencies.gradle.

See: #4846 (comment)

@jonatan-ivanov jonatan-ivanov added type: task A general task build A change in our build-system labels Mar 11, 2024
@jonatan-ivanov jonatan-ivanov added this to the 1.x milestone Mar 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
build A change in our build-system type: task A general task
Projects
None yet
Development

No branches or pull requests

1 participant