Skip to content
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

Closed
romani opened this issue Feb 28, 2022 · 3 comments · Fixed by #404
Closed

upgrade to checkstyle 10.0 #403

romani opened this issue Feb 28, 2022 · 3 comments · Fixed by #404

Comments

@romani
Copy link
Member

romani commented Feb 28, 2022

https://checkstyle.org/releasenotes.html#Release_10.0

@BlackEye2k
Copy link

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?

@muhlba91
Copy link
Contributor

yes, exactly. the main project dropped support for jdk < 11 (see https://checkstyle.org/releasenotes.html#Release_10.0).
hence, the plugin has the same requirements and can only be used for projects using jdk >= 11.
(if you have java 8 compatible source files but use jdk 11 to build/run/analyze/... them it will work. important is that jdk >= 11 is used when running the sonar command)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants