From 910a244e7dd438ef561814a997e491df0aeb9d88 Mon Sep 17 00:00:00 2001 From: Jan Bessai Date: Wed, 4 Feb 2026 19:49:14 +0100 Subject: [PATCH] Add no publish to root project --- build.sbt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build.sbt b/build.sbt index c9662689..4ff396bb 100644 --- a/build.sbt +++ b/build.sbt @@ -52,6 +52,9 @@ lazy val noPublishSettings = Seq( publishArtifact := false ) +lazy val root = (Project(id = "root", base = file("."))) + .settings(noPublishSettings: _*) + /** The code generation infrastructure used in languages. * Things in here are (DI, LI, AI). */