Slackbot
11/30/2023, 4:33 PMVampire
11/30/2023, 4:41 PMplatform(...) they add according constraints.
If you just use it as normal dependency, they should not have any effect iirc.Thomas Broyer
11/30/2023, 4:43 PMRyan Schmitt
11/30/2023, 4:46 PMWell, except for resolving versions (and default scope?) of transitive dependencies!This is what I was wondering about. I didn't see anything in the user guide about it
Ryan Schmitt
11/30/2023, 4:52 PM<dependencyManagement> versions would ultimately do anything, given that Gradle resolves to the latest version and not the version nearest the rootThomas Broyer
11/30/2023, 4:52 PMThomas Broyer
11/30/2023, 4:54 PMRyan Schmitt
11/30/2023, 4:55 PMVampire
11/30/2023, 4:57 PMplatform(...) is probably only necessary if it acutally is a BOM, so has <packaging>pom</packaging>.