-
Notifications
You must be signed in to change notification settings - Fork 92
Add JDK 15/16 To The CircleCI Build #451
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
Conversation
Note: This will fail on JDK15/16 until #450 is merged. |
At least, it will if it runs the |
I should mention, this also bumps the other JDK minor versions by using the default tags in circle ci. |
Apparently it doesn't run |
👍, and also scala/community-build#1225 should help shake out this kind of thing |
I added a commit doing the same for Travis-CI. (It's unclear if we'll keep both CIs indefinitely.) |
@isomarcte I forgot about this PR. if you rebase and update it (after #470 is merged), I'll merge it before noticing this PR, I made some of the same changes in #470, but only some of them. |
Though JDK16 is not yet released, building with it now will give us warnings about issues such as failure to build on JDK15 (scala#450) Also adds the `osgiBundle` task to CI to catch issues with it.
@SethTisue updated. |
super, thank you! |
Though JDK16 is not yet released, building with it now will give us warnings about issues such as failure to build on JDK15 (#450)
Also adds the
osgiBundle
task to CI to catch issues with it.