Skip to content

Commit

Permalink
right the first time
Browse files Browse the repository at this point in the history
  • Loading branch information
cgardens committed Jul 3, 2021
1 parent ee72594 commit 8c146ce
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 @@ -28,7 +28,6 @@ if(!System.getenv().containsKey("SUB_BUILD")) {
include ':airbyte-commons'
include ':airbyte-commons-docker'
include ':airbyte-json-validation'
include ':airbyte-config:init'
include ':airbyte-protocol:models'
include ':airbyte-queue'
include ':airbyte-workers' // reused by acceptance tests in connector base.
Expand All @@ -41,6 +40,7 @@ if(!System.getenv().containsKey("SUB_BUILD") || System.getenv().get("SUB_BUILD")
include ':airbyte-analytics'
include ':airbyte-api'
include ':airbyte-cli'
include ':airbyte-config:init'
include ':airbyte-config:persistence'
include ':airbyte-e2e-testing'
include ':airbyte-migration'
Expand Down

0 comments on commit 8c146ce

Please sign in to comment.