1
0
mirror of synced 2026-01-10 18:02:07 -05:00
Files
airbyte/airbyte-integrations/connector-templates/source-python/build.gradle.hbs
2021-11-11 08:25:52 -08:00

10 lines
174 B
Handlebars

plugins {
id 'airbyte-python'
id 'airbyte-docker'
id 'airbyte-source-acceptance-test'
}
airbytePython {
moduleDirectory 'source_{{snakeCase name}}_singer'
}