10 lines
167 B
Handlebars
10 lines
167 B
Handlebars
plugins {
|
|
id 'airbyte-python'
|
|
id 'airbyte-docker'
|
|
id 'airbyte-source-acceptance-test'
|
|
}
|
|
|
|
airbytePython {
|
|
moduleDirectory 'source_{{snakeCase name}}'
|
|
}
|