1
0
mirror of synced 2026-01-10 18:02:07 -05:00
Files
airbyte/airbyte-integrations/bases/base-python/build.gradle

17 lines
411 B
Groovy

plugins {
id 'airbyte-docker'
id 'airbyte-python'
}
airbytePython {
moduleDirectory 'base_python'
}
dependencies {
implementation files(project(':airbyte-integrations:bases:airbyte-protocol').airbyteDocker.outputs)
implementation files(project(':airbyte-integrations:bases:base').airbyteDocker.outputs)
}
installReqs.dependsOn(":airbyte-integrations:bases:airbyte-protocol:installReqs")