Skip to content

Reacting to checkstyle plugin #443

Open
@quaff

Description

@quaff

It would be nice if io.spring.javaformat gradle plugin add dependency io.spring.javaformat:spring-javaformat-checkstyle to checkstyle configuration.

Given:

plugins {
	java
	checkstyle
	id("io.spring.javaformat").version("0.0.45")
}

Then:

dependencies {
	checkstyle("io.spring.javaformat:spring-javaformat-checkstyle:0.0.45")
}

should be optional.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions