Skip to content

Commit

Permalink
only exclude formatting for connectors in platform build
Browse files Browse the repository at this point in the history
  • Loading branch information
cgardens committed Jul 15, 2021
1 parent b3d6303 commit e1f2924
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ def createSpotlessTarget = { pattern ->
'secrets'
]

if (System.getenv().containsKey("SUB_BUILD")) {
if(!System.getenv().containsKey("SUB_BUILD") || System.getenv().get("SUB_BUILD") == "PLATFORM") {
excludes.add("airbyte-integrations/connectors")
}

Expand Down

0 comments on commit e1f2924

Please sign in to comment.