Skip to content

Commit

Permalink
restore template generator and explicitly declare deps
Browse files Browse the repository at this point in the history
  • Loading branch information
cgardens committed Jul 15, 2021
1 parent 7f5e590 commit 16e1347
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,8 @@ jobs:
- name: Install Pyenv
run: python3 -m pip install virtualenv==16.7.9 --user

# - name: Generate Template scaffold
# run: ./gradlew :airbyte-integrations:connector-templates:generator:testScaffoldTemplates --scan
- name: Generate Template scaffold
run: ./gradlew :airbyte-integrations:connector-templates:generator:testScaffoldTemplates --scan

- name: Format
run: SUB_BUILD=CONNECTORS_BASE ./gradlew format --scan --info --stacktrace
Expand Down
3 changes: 3 additions & 0 deletions settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,9 @@ if(!System.getenv().containsKey("SUB_BUILD") || System.getenv().get("SUB_BUILD")
include ':airbyte-integrations:bases:standard-destination-test'
include ':airbyte-integrations:bases:standard-source-test'
include ':airbyte-integrations:connector-templates:generator'
include ':airbyte-integrations:connectors:source-scaffold-java-jdbc'
include ':airbyte-integrations:connectors:source-scaffold-source-http'
include ':airbyte-integrations:connectors:source-scaffold-source-python'
include ':airbyte-integrations:bases:debezium'
include ':tools:code-generator'
}
Expand Down

0 comments on commit 16e1347

Please sign in to comment.