Slackbot
04/05/2023, 6:27 AMJan-Jelle Kester
04/05/2023, 6:34 AMLouis Jacomet
04/06/2023, 7:40 AMstrictly
constraints.
But this probably means copying Maven BOM content to a Gradle platform.Jan-Jelle Kester
04/06/2023, 7:44 AM1
, Software module 2 enforces version 2
, and Application 1 enforces version 3
(all through a Gradle platform)?
If I understand strictly
constrains correctly, Gradle would not be able to resolve this automatically, or am I mistaken there?
When transitively including a Maven BOM with enforcedPlatform
in a Gradle platform I believe these become strictly
constraints. Copying the BOMs we use is not really a good option as we use some pretty extensive ones!