io.committed.speedy.format.SpeedyApplyMojo Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of speedy-spotless-maven-plugin Show documentation
Show all versions of speedy-spotless-maven-plugin Show documentation
For easy formatting of staged changes.
package io.committed.speedy.format;
import com.diffplug.spotless.maven.SpotlessApplyMojo;
import org.apache.maven.plugins.annotations.Mojo;
@Mojo(name = "apply", threadSafe = true)
public class SpeedyApplyMojo extends SpotlessApplyMojo {}