Skip to content

Commit

Permalink
Fix deps (#17518)
Browse files Browse the repository at this point in the history
  • Loading branch information
gosusnp authored Oct 3, 2022
1 parent 1d956df commit 38ea570
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand All @@ -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'
Expand Down

0 comments on commit 38ea570

Please sign in to comment.