Skip to content

Commit bfcfc80

Browse files
authored
Merge pull request #13 from combinators/inbetween_cleanup
Add aggregation for published artifacts
2 parents 21f0881 + 8376322 commit bfcfc80

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

build.sbt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,11 +49,13 @@ lazy val publishSettings = Seq(
4949
lazy val noPublishSettings = Seq(
5050
publish := Seq.empty,
5151
publishLocal := Seq.empty,
52-
publishArtifact := false
52+
publishArtifact := false,
53+
publish / skip := true,
5354
)
5455

5556
lazy val root = (Project(id = "root", base = file(".")))
5657
.settings(noPublishSettings: _*)
58+
.aggregate(cogen, languageJava, languageInbetween, languageNewScala)
5759

5860
/** The code generation infrastructure used in languages.
5961
* Things in here are (DI, LI, AI).

0 commit comments

Comments
 (0)