Skip to content

Commit

Permalink
Add dependency on BOM to all published modules (except bom itself)
Browse files Browse the repository at this point in the history
  • Loading branch information
jpenilla committed Jan 17, 2025
1 parent 152a2db commit 777a1f3
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ plugins {
id("org.incendo.cloud-build-logic.publishing")
}

if (!name.endsWith("-bom")) {
dependencies {
JavaPlugin.API_CONFIGURATION_NAME(platform(project(":cloud-minecraft-bom")))
}
}

indra {
github("Incendo", "cloud-minecraft") {
ci(true)
Expand Down

0 comments on commit 777a1f3

Please sign in to comment.