Don't publish example modules

This commit is contained in:
Jason Penilla 2021-07-05 02:37:54 -07:00 committed by Jason
parent c3163dba72
commit 3830016638
3 changed files with 13 additions and 7 deletions

View file

@ -9,4 +9,7 @@ description = "Command framework and dispatcher for the JVM"
subprojects {
plugins.apply("cloud.base-conventions")
if (!name.startsWith("example-")) {
plugins.apply("cloud.publishing")
}
}