Add cloud-bom (#282)
This commit is contained in:
parent
1b485b9f79
commit
83a17da9a7
6 changed files with 62 additions and 32 deletions
|
|
@ -8,8 +8,10 @@ version = "1.6.0-SNAPSHOT"
|
|||
description = "Command framework and dispatcher for the JVM"
|
||||
|
||||
subprojects {
|
||||
plugins.apply("cloud.base-conventions")
|
||||
if (name != "cloud-bom") {
|
||||
apply(plugin = "cloud.base-conventions")
|
||||
}
|
||||
if (!name.startsWith("example-")) {
|
||||
plugins.apply("cloud.publishing")
|
||||
apply(plugin = "cloud.publishing-conventions")
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue