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

use github action for ant build and ensure code works on multiple Java versions #209

Open
SingingBush opened this issue May 22, 2023 · 0 comments

Comments

@SingingBush
Copy link

I forked the repo to look into adding support for JPMS but wanted to ensure build pipeline is in place first. So I created a branch that has a workflow which builds using Java 8, 11, 17, and 20. For the older JDK versions it's still possible to target Java 7 but newer versions have to target JDK 8 or above. Note that I had to increase the Java version for source/target from 5 to 7.

image

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

No branches or pull requests

1 participant