-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Gradle updated to use version catalogs #1620
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
Conversation
7b7c765 to
a437bb6
Compare
|
Note: the As this is legacy syntax it'll be refactored out when going to convention based build logic in JAVA-5758 |
nhachicha
left a comment
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.
Very neat using the catalogue 🎉
| apply plugin: 'codenarc' | ||
| apply plugin: 'com.adarshr.test-logger' | ||
|
|
||
| dependencies { |
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.
Some dependencies were removed here, are they redundant?
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.
Here we take advantage of bundles in the version catalog - which expands out to the same thing.
No description provided.