-
Notifications
You must be signed in to change notification settings - Fork 2
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
Building on OpenJDK 11 fails #82
Comments
Should we remove for now 9.0 ? |
I found the reason (after a lot of searching) here https://stackoverflow.com/questions/53707666/how-to-get-tools-jar-for-openjdk-11-on-windows:
This means that some of our libraries uses |
It's here:
|
Fixing this now. We have a lot of unused dependencies in our pom file. Removing them. |
@ypriverol Could you try changing the dependency of pgiotk to ChronicleMap 3.17.1 |
Done!!! |
I've re-started the travis tests with OpenJDK 10 and 11 - let's see |
Still failing. As long as ChronicleMap depends on Java 8 this cannot be fixed. |
This issue comes up on CircleCI and on Travis. When using Java > 9 the build throws the following error:
The text was updated successfully, but these errors were encountered: