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

java connectors GitHub workflows #1145

Conversation

GoMati-MU
Copy link
Contributor

Description

Those changes to Gradle build and new scripts to GitHub Actions should allow sbt and Gradle builds to work simultaneously in order to allow for both java and scala connectors to be released alongside. This should also provide the base for further modules to be build by java and used by Scala.

Testing

Below testing was done:

- name: Set up JDK 21
uses: actions/setup-java@v4
with:
java-version: 21
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

https://docs.confluent.io/platform/current/installation/versions-interoperability.html

We can't build the release with jdk 21, 17 is the maximum for wide support unfortunately.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Changed, thank you!
(I was originally thinking setting bytecode to 17 in Gradle will be enough, but let's stay on the safe side)

@GoMati-MU GoMati-MU force-pushed the chore/java-connectors-github-workflows branch from d265a4e to cf2135b Compare April 15, 2024 13:15
@GoMati-MU
Copy link
Contributor Author

moved to #1147

@GoMati-MU GoMati-MU closed this Apr 16, 2024
@GoMati-MU GoMati-MU deleted the chore/java-connectors-github-workflows branch April 16, 2024 06:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants