Skip to content

Commit e9796e5

Browse files
committed
add multimodule bom publication disable
1 parent 9ee4911 commit e9796e5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

app/templates/project-multi/build.gradle

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,9 @@ javaLib {
4040
artifactId = '<%= modulePrefix %>-bom'
4141
description = '<%= libDesc %> BOM'
4242
}
43+
// bom publication could be disabled (to use it only for dependency management in submodules)
44+
// in this case bom section above could be removed; afterReleaseBuild must also be updated
45+
//withoutPublication()
4346
}
4447

4548
// maven publication related configuration applied to all projects

0 commit comments

Comments
 (0)