Don't publish example modules
This commit is contained in:
parent
c3163dba72
commit
3830016638
3 changed files with 13 additions and 7 deletions
|
|
@ -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")
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue