We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f65d51c commit 02cf5dfCopy full SHA for 02cf5df
build.sbt
@@ -66,6 +66,6 @@ lazy val api = project.in(file("api"))
66
)
67
68
lazy val root = project.in(file("."))
69
- .aggregate(common, core, testkit, api)
+ .aggregate(common, local, core, testkit, api)
70
.configs(IntegrationTest)
71
.settings(Defaults.itSettings)
0 commit comments