MaxNevermind commented on code in PR #7694:
URL: https://github.com/apache/iceberg/pull/7694#discussion_r1214458496
##########
settings.gradle:
##########
@@ -192,3 +194,186 @@ if (JavaVersion.current() == JavaVersion.VERSION_1_8) {
}
}
+dependencyResolutionManagement {
Review Comment:
> do you know if dependabot is able to automatically update these
dependencies whenever there's a new version?
can't tell right away, will look into that
>I think it would be good to define the versions in a versions.toml file,
wdyt?
I was considering it but decided against that because of flexibility, for
example I'm not sure if we can get scalaVersion property in toml file, it's
extracted from a system property atm in settings.gradle
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]