We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
JPacman currently works with the checkerframework, which presently is not ready for jdk9.
See typetools/checker-framework#1224
We need to update the pom.xml file so that mvn verify passes for the jpacman-framework, also when jdk 9 is used.
The text was updated successfully, but these errors were encountered:
Related to this, we need to add an explicit jdk8/9 builds to the travis/gitlab build files.
Sorry, something went wrong.
And we need to replace findbugs by spotbugs, as findbugs has deceased and will not offer jdk 9 support.
No branches or pull requests
JPacman currently works with the checkerframework, which presently is not ready for jdk9.
See typetools/checker-framework#1224
We need to update the pom.xml file so that mvn verify passes for the jpacman-framework, also when jdk 9 is used.
The text was updated successfully, but these errors were encountered: