From 83763221716662ee1ebbe8736e00e0b96316b923 Mon Sep 17 00:00:00 2001 From: Jan Bessai Date: Wed, 4 Feb 2026 19:59:08 +0100 Subject: [PATCH] Add aggregation for published artifacts --- build.sbt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 4ff396bb..0ae8152e 100644 --- a/build.sbt +++ b/build.sbt @@ -49,11 +49,13 @@ lazy val publishSettings = Seq( lazy val noPublishSettings = Seq( publish := Seq.empty, publishLocal := Seq.empty, - publishArtifact := false + publishArtifact := false, + publish / skip := true, ) lazy val root = (Project(id = "root", base = file("."))) .settings(noPublishSettings: _*) + .aggregate(cogen, languageJava, languageInbetween, languageNewScala) /** The code generation infrastructure used in languages. * Things in here are (DI, LI, AI).