From 63d133ada0060d2439c9a38519a5fd7817a6f6a0 Mon Sep 17 00:00:00 2001 From: Chris Llanwarne Date: Fri, 21 Apr 2017 13:52:13 -0400 Subject: [PATCH] Publish cromwell-api-client artifact --- build.sbt | 1 + 1 file changed, 1 insertion(+) diff --git a/build.sbt b/build.sbt index f3d84863a..98789be3a 100644 --- a/build.sbt +++ b/build.sbt @@ -108,6 +108,7 @@ lazy val root = (project in file(".")) .aggregate(jesBackend) .aggregate(tesBackend) .aggregate(engine) + .aggregate(cromwellApiClient) // Next level of projects to include in the fat jar (their dependsOn will be transitively included) .dependsOn(engine) .dependsOn(jesBackend)