We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ee4911 commit e9796e5Copy full SHA for e9796e5
app/templates/project-multi/build.gradle
@@ -40,6 +40,9 @@ javaLib {
40
artifactId = '<%= modulePrefix %>-bom'
41
description = '<%= libDesc %> BOM'
42
}
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()
46
47
48
// maven publication related configuration applied to all projects
0 commit comments