We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents be11a0c + 910a244 commit 21f0881Copy full SHA for 21f0881
1 file changed
build.sbt
@@ -52,6 +52,9 @@ lazy val noPublishSettings = Seq(
52
publishArtifact := false
53
)
54
55
+lazy val root = (Project(id = "root", base = file(".")))
56
+ .settings(noPublishSettings: _*)
57
+
58
/** The code generation infrastructure used in languages.
59
* Things in here are (DI, LI, AI).
60
*/
0 commit comments