Skip to content

Commit ae190b0

Browse files
committed
add no publish setting to aggregating module
1 parent 3702306 commit ae190b0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build.sbt

+1
Original file line numberDiff line numberDiff line change
@@ -491,6 +491,7 @@ lazy val kebs = project
491491
instances
492492
)
493493
.settings(baseSettings: _*)
494+
.settings(noPublishSettings)
494495
.settings(
495496
name := "kebs",
496497
description := "Library to eliminate the boilerplate code"

0 commit comments

Comments
 (0)