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
I'm trying to use Checker framework in a Java 10 project, but the plugin doesn't allow versions other than 7 and 8:
gradle-checker-framework-plugin/src/main/groovy/com/jaredsburrows/checkerframework/CheckerPlugin.groovy
Lines 37 to 46 in a7cc979
Why can't it support Java >= 9?
The text was updated successfully, but these errors were encountered:
Checker Framework doesn't support Java 9 and 10 yet. See typetools/checker-framework#1224
Sorry, something went wrong.
Thanks @grv87.
@victorwss Im closing for now. Feel free to re-open when checkerframework supports Java 9+.
No branches or pull requests
I'm trying to use Checker framework in a Java 10 project, but the plugin doesn't allow versions other than 7 and 8:
gradle-checker-framework-plugin/src/main/groovy/com/jaredsburrows/checkerframework/CheckerPlugin.groovy
Lines 37 to 46 in a7cc979
Why can't it support Java >= 9?
The text was updated successfully, but these errors were encountered: