-
Notifications
You must be signed in to change notification settings - Fork 70
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
upgrade to checkstyle 10.0 #403
Comments
Hi. What exactly means "dropping java 1.8 support". Is a Java 11 runtime required to run the plugin or can't the plugin analyze Java 8 code anymore? |
yes, exactly. the main project dropped support for jdk < 11 (see https://checkstyle.org/releasenotes.html#Release_10.0). |
https://checkstyle.org/releasenotes.html#Release_10.0
The text was updated successfully, but these errors were encountered: