Skip to content

Create a single jar that contains all necessary files for checkstyle #317

@ttddyy

Description

@ttddyy
Contributor

While I was trying to set up spring-javaformat in IntelliJ checkstyle plugin, I encountered this issue.
This is because files required to run checkstyle are separated over two jar files - spring-javaformat-config.jar and spring-javaformat-checkstyle.jar.

It would be nice to have a single jar file that contains all the required files for checkstyle. Then, it simplifies the usage of running checkstyle in CLI, setting up the IntelliJ checkstyle plugin, etc.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @ttddyy@philwebb

        Issue actions

          Create a single jar that contains all necessary files for checkstyle · Issue #317 · spring-io/spring-javaformat