1
0
mirror of synced 2026-01-08 03:06:34 -05:00
Files
airbyte/airbyte-integrations/connectors/source-weatherstack/build.gradle

10 lines
164 B
Groovy

plugins {
id 'airbyte-python'
id 'airbyte-docker'
id 'airbyte-connector-acceptance-test'
}
airbytePython {
moduleDirectory 'source_weatherstack'
}