charles
project(...)
syntax versus when i do the files(project(…))
syntax? is the idea that i’m specifying that i only depend on some specific task of the project that i’m depending on?
integrationTestImplementation project(':airbyte-integrations:connectors:destination-snowflake')
integrationTestImplementation files(project(':airbyte-integrations:bases:base-normalization').airbyteDocker.outputs)
user
11/12/2020, 12:52 AM