We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 075efd3 commit 910a244Copy full SHA for 910a244
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