build and publishing updates
This commit is contained in:
parent
a8932bc307
commit
eae247954f
27 changed files with 314 additions and 100 deletions
|
|
@ -3,14 +3,7 @@ plugins {
|
|||
id("com.github.ben-manes.versions")
|
||||
}
|
||||
|
||||
group = "cloud.commandframework"
|
||||
version = "1.7.0-SNAPSHOT"
|
||||
description = "Command framework and dispatcher for the JVM"
|
||||
|
||||
subprojects {
|
||||
if (name != "cloud-bom") {
|
||||
apply(plugin = "cloud.base-conventions")
|
||||
}
|
||||
if (!name.startsWith("example-")) {
|
||||
apply(plugin = "cloud.publishing-conventions")
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue