Slackbot
10/28/2022, 6:26 AMLars Kaulen
10/28/2022, 7:26 AMapi and in a small test I did, it seemed to work: the platform was also used for dependency resolution of dependencies added to api
But I didn't find any documentation about it either.Lars Ködderitzsch
10/28/2022, 7:59 AMimplementation also applies to testImplementationLars Kaulen
10/28/2022, 8:05 AMimplementation also applies to api, so I think there might be a bit more happeningLars Ködderitzsch
10/28/2022, 8:18 AMapi itself might not be resolved itself at runtime, but rather compileClasspath /`runtimeClasspath` - which would see the platform from implementation . But I might be wrong about that...Petri Kivikangas
10/28/2022, 8:29 AMio.spring.dependency-management if using enforcedPlatform? It seems they have same purpose.Lars Kaulen
10/28/2022, 8:40 AMLars Ködderitzsch
10/28/2022, 8:54 AMio.spring.dependency-management to using platforms, no looking back.
I wouldn't mix both...grossws
10/28/2022, 11:51 AM