You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
just a note/input, maybe this should be a little bit more future proof, and handled with user configuration (defining checkstyle version) -> just a suggestion, because this Ticket was started in April and checkstyle also advanced to version 8.7 (http://checkstyle.sourceforge.net/releasenotes.html)
As found on #1466 , checkstyle 7.6 jar is compiled with JDK 8, and will not run on JDK 7, at least on Windows.
To workaround this, we would need to detect the version of Java installed, and then either use checkstyle 6.19 or 7.6 accordingly.
The text was updated successfully, but these errors were encountered: