All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.committed.speedy.format.SpeedyCheckMojo Maven / Gradle / Ivy

package io.committed.speedy.format;

import com.diffplug.spotless.maven.SpotlessCheckMojo;
import org.apache.maven.plugins.annotations.LifecyclePhase;
import org.apache.maven.plugins.annotations.Mojo;

@Mojo(name = "check", defaultPhase = LifecyclePhase.VERIFY, threadSafe = true)
public class SpeedyCheckMojo extends SpotlessCheckMojo {}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy