Closed romani closed 2 years ago
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). 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)
https://checkstyle.org/releasenotes.html#Release_10.0