Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: install java in oss catalog deploy action #18887

Merged
merged 3 commits into from
Nov 3, 2022

Conversation

pedroslopez
Copy link
Contributor

@pedroslopez pedroslopez commented Nov 3, 2022

What

When running the new deploy action introduced in #18633 we were seeing it fail with the following error:

Execution failed for task ':airbyte-commons:compileJava'.
> error: invalid source release: 17

https://github.com/airbytehq/airbyte/actions/runs/3382086888/jobs/5617052601

How

Fix it by installing java as a pre-step to running the gradle command

Successful run from this branch: https://github.com/airbytehq/airbyte/actions/runs/3382535879

@pedroslopez pedroslopez temporarily deployed to more-secrets November 3, 2022 02:16 Inactive
@pedroslopez pedroslopez changed the title fix: install java fix: install java in oss catalog deploy action Nov 3, 2022
@pedroslopez pedroslopez marked this pull request as ready for review November 3, 2022 02:26
@pedroslopez pedroslopez merged commit cbf7a7a into master Nov 3, 2022
@pedroslopez pedroslopez deleted the pedroslopez/fix-deploy-connector-action branch November 3, 2022 02:30
letiescanciano added a commit that referenced this pull request Nov 3, 2022
* master: (38 commits)
  New Source: Gridly (#18342)
  🎉 New Source: Alpha Vantage (#18320)
  ci_integration_test.sh: cut GITHUB_STEP_SUMMARY (#18895)
  🎉 New Source: Datadog [python cdk] (#18150)
  Hide Reject all button in consent dialog (#18596)
  feat: add doc url to track event (#18690)
  fix: install java in oss catalog deploy action (#18887)
  [CI] Speed up check_images_exist (#18873)
  Extract open API (#18879)
  Remove unused interfaces (#18880)
  add action for deploying oss connector catalog to GCS (#18633)
  feat: generate full connector catalog json (#18562)
  Add unsupported_protocol_version column to Connection (#18876)
  Extract OAuth API (#18818)
  update images to have non-transparent background (#18874)
  DiscoverSchema endpoints calculates diff and breaking change (#18571)
  Validate protocol version on connector update (#18639)
  Bmoric/extract notification api (#18812)
  Show version and changelog status for affected connectors (#18845)
  Bmoric/extract logs api (#18621)
  ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant