From 38ea570f7778549f12843589aeacafdd120cdfe3 Mon Sep 17 00:00:00 2001 From: Jimmy Ma Date: Mon, 3 Oct 2022 14:00:38 -0700 Subject: [PATCH] Fix deps (#17518) --- settings.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/settings.gradle b/settings.gradle index 7630545f4f17..ca5b4b7daed4 100644 --- a/settings.gradle +++ b/settings.gradle @@ -64,6 +64,7 @@ include ':airbyte-commons' include ':airbyte-api' include ':airbyte-commons-cli' include ':airbyte-commons-docker' +include ':airbyte-commons-protocol' include ':airbyte-config:config-models' // reused by acceptance tests in connector base. include ':airbyte-db:db-lib' // reused by acceptance tests in connector base. include ':airbyte-json-validation' @@ -86,7 +87,6 @@ include ':airbyte-notification' // transitively used by airbyte-workers. if (!System.getenv().containsKey("SUB_BUILD") || System.getenv().get("SUB_BUILD") == "PLATFORM") { include ':airbyte-bootloader' include ':airbyte-cli' - include ':airbyte-commons-protocol' include ':airbyte-config:init' include ':airbyte-config:specs' include ':airbyte-container-orchestrator'