You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@calcite.apache.org by "Vladimir Sitnikov (Jira)" <ji...@apache.org> on 2020/08/20 13:56:00 UTC

[jira] [Created] (CALCITE-4185) Remove dependency between checkstyle and compilation tasks

Vladimir Sitnikov created CALCITE-4185:
------------------------------------------

             Summary: Remove dependency between checkstyle and compilation tasks
                 Key: CALCITE-4185
                 URL: https://issues.apache.org/jira/browse/CALCITE-4185
             Project: Calcite
          Issue Type: Task
            Reporter: Vladimir Sitnikov
            Assignee: Vladimir Sitnikov


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)



--
This message was sent by Atlassian Jira
(v8.3.4#803005)