Skip to content

Commit 910a244

Browse files
committed
Add no publish to root project
1 parent 075efd3 commit 910a244

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

build.sbt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,9 @@ lazy val noPublishSettings = Seq(
5252
publishArtifact := false
5353
)
5454

55+
lazy val root = (Project(id = "root", base = file(".")))
56+
.settings(noPublishSettings: _*)
57+
5558
/** The code generation infrastructure used in languages.
5659
* Things in here are (DI, LI, AI).
5760
*/

0 commit comments

Comments
 (0)