1
0
mirror of synced 2025-12-30 12:04:43 -05:00
Files
airbyte/airbyte-integrations/connector-templates/destination-python/build.gradle
2021-07-18 22:26:06 -07:00

9 lines
132 B
Groovy

plugins {
id 'airbyte-python'
id 'airbyte-docker'
}
airbytePython {
moduleDirectory 'destination_{{snakeCase name}}'
}