Class 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-in checkstyle plugin.
    • Constructor Detail

      • IndraCheckstylePlugin

        public IndraCheckstylePlugin()
    • 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:
        apply in interface net.kyori.mammoth.ProjectPlugin