diff --git a/settings.gradle b/settings.gradle index 2b15424761e4..fd5ff2ff77f6 100644 --- a/settings.gradle +++ b/settings.gradle @@ -54,8 +54,7 @@ include ':airbyte-scheduler:persistence' // used by airbyte-workers. // platform if (!System.getenv().containsKey("SUB_BUILD") || System.getenv().get("SUB_BUILD") == "PLATFORM") { - // todo (cgardens) - bring this back into the build when it is stable. - // include ':airbyte-cli' + include ':airbyte-cli' include ':airbyte-e2e-testing' include ':airbyte-migration' include ':airbyte-oauth'