-
Notifications
You must be signed in to change notification settings - Fork 23
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
Support building with JDK 10 and 11 #13
Comments
l0s
added a commit
to l0s/xsync
that referenced
this issue
Oct 4, 2020
This updates the CI configuration to build using JDKs 8, 10, and 11. Locally, I tested using 8, 9, 10, 12, and 14. The build issues were resolved by upgrading test and plugin dependencies and making minor code changes. Resolves: antkorwin#13
l0s
added a commit
to l0s/xsync
that referenced
this issue
Jun 4, 2023
This updates the CI configuration to build using JDKs 8, 10, and 11. Locally, I tested using 8, 9, 10, 12, and 14. The build issues were resolved by upgrading test and plugin dependencies and making minor code changes. Resolves: antkorwin#13
l0s
added a commit
to l0s/xsync
that referenced
this issue
Jun 4, 2023
Add version matrix to GitHub actions and fix test compilation error. Resolves: antkorwin#13
l0s
added a commit
to l0s/xsync
that referenced
this issue
Jun 4, 2023
Fix build error on JDK 17 Resolves: antkorwin#13
l0s
added a commit
to l0s/xsync
that referenced
this issue
Jun 4, 2023
Delete file that was removed upstream Resolves: antkorwin#13
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
As mentioned in #10, the build fails with JDK 10 and higher. Travis CI supports JDK 10 and 11 so at minimum, those versions should be supported.
JDK 10, 12, 14 issue:
The text was updated successfully, but these errors were encountered: