We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 21f0881 + 8376322 commit bfcfc80Copy full SHA for bfcfc80
1 file changed
build.sbt
@@ -49,11 +49,13 @@ lazy val publishSettings = Seq(
49
lazy val noPublishSettings = Seq(
50
publish := Seq.empty,
51
publishLocal := Seq.empty,
52
- publishArtifact := false
+ publishArtifact := false,
53
+ publish / skip := true,
54
)
55
56
lazy val root = (Project(id = "root", base = file(".")))
57
.settings(noPublishSettings: _*)
58
+ .aggregate(cogen, languageJava, languageInbetween, languageNewScala)
59
60
/** The code generation infrastructure used in languages.
61
* Things in here are (DI, LI, AI).
0 commit comments