SpineEventEngine / config

Dependencies and build configurations shared among subprojects
https://spine.io
Apache License 2.0
2 stars 3 forks source link

Add Shadow plugin, force transitive dependencies #496

Closed alexander-yevsyukov closed 8 months ago

alexander-yevsyukov commented 8 months ago

This PR adds the Shadow plugin to the buildSrc/build.gradle.kts so that it's not erased by config update in Validation and other subprojects.

Also this PR forces transitive dependencies of com.google.cloud.artifactregistry:artifactregistry-auth-common, we we cannot bump after 2.1.5 because of breaking changes. For now we're safe, but artifactregistry-auth-common needs to be updated sometime to minimise the "noise" in the build code.