Details
-
Task
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
Checkstyle 8.26+ does not really use the compiled classes, so the dependency between checkstyle and compileJava could be removed.
It would improve build times, and it would improve checkstyle cacheability (e.g. no need to re-execute checkstyleTest if test classes were not modified)