-
Notifications
You must be signed in to change notification settings - Fork 368
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
java connectors GitHub workflows #1145
Conversation
.github/workflows/java-build.yml
Outdated
- name: Set up JDK 21 | ||
uses: actions/setup-java@v4 | ||
with: | ||
java-version: 21 |
There was a problem hiding this comment.
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.
There was a problem hiding this comment.
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)
d265a4e
to
cf2135b
Compare
moved to #1147 |
Description
Those changes to
Gradle
build and new scripts to GitHub Actions should allowsbt
andGradle
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: