build and publishing updates

This commit is contained in:
Jason Penilla 2022-03-10 14:49:12 -07:00 committed by Jason
parent a8932bc307
commit eae247954f
27 changed files with 314 additions and 100 deletions

View file

@ -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")
}