Package net.kyori.indra
Class IndraCheckstylePlugin
- java.lang.Object
-
- net.kyori.indra.IndraCheckstylePlugin
-
- All Implemented Interfaces:
net.kyori.mammoth.ProjectPlugin,org.gradle.api.Plugin<org.gradle.api.Project>
public class IndraCheckstylePlugin extends Object implements net.kyori.mammoth.ProjectPlugin
Configure Gradle's built-incheckstyleplugin.
-
-
Field Summary
Fields Modifier and Type Field Description static StringCHECKSTYLE_ALL_TASK
-
Constructor Summary
Constructors Constructor Description IndraCheckstylePlugin()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidapply(@NotNull org.gradle.api.Project project, @NotNull org.gradle.api.plugins.PluginContainer plugins, @NotNull org.gradle.api.plugins.ExtensionContainer extensions, @NotNull org.gradle.api.tasks.TaskContainer tasks)
-
-
-
Field Detail
-
CHECKSTYLE_ALL_TASK
public static final String CHECKSTYLE_ALL_TASK
- See Also:
- Constant Field Values
-
-
Method Detail
-
apply
public void apply(@NotNull @NotNull org.gradle.api.Project project, @NotNull @NotNull org.gradle.api.plugins.PluginContainer plugins, @NotNull @NotNull org.gradle.api.plugins.ExtensionContainer extensions, @NotNull @NotNull org.gradle.api.tasks.TaskContainer tasks)- Specified by:
applyin interfacenet.kyori.mammoth.ProjectPlugin
-
-