nikitasavinov / checkstyle-action

Run Java checkstyle with reviewdog in github actions
MIT License
59 stars 37 forks source link

Using CheckStyle 10.0 is impossible since it requires a Docker container with java 11 #28

Closed fedochet closed 2 years ago

fedochet commented 2 years ago

First of all, thanks for your work! Your plugin has been of great use in our Java education course.

Starting from version 10.0, CheckStyle requires Java 11 and cannot be executed in openjdk:8-alpine container (see here: https://checkstyle.org/releasenotes.html#Release_10.0).

It makes using the most recent version of the CheckStyle impossible.