Class IndraLicenseHeaderPlugin

java.lang.Object
net.kyori.indra.IndraLicenseHeaderPlugin
All Implemented Interfaces:
net.kyori.mammoth.ProjectPlugin, org.gradle.api.Plugin<org.gradle.api.Project>

@Deprecated public class IndraLicenseHeaderPlugin extends Object implements net.kyori.mammoth.ProjectPlugin
Deprecated.
since 2.2.0, for replacement with Spotless
A plugin to apply and configure the Cadix licenser plugin.
Since:
1.0.0
  • Constructor Summary

    Constructors
    Constructor
    Description
    Deprecated.
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    apply(@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)
    Deprecated.
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface net.kyori.mammoth.ProjectPlugin

    apply, apply, minimumGradleVersion
  • Constructor Details

    • IndraLicenseHeaderPlugin

      public IndraLicenseHeaderPlugin()
      Deprecated.
  • Method Details

    • 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)
      Deprecated.
      Specified by:
      apply in interface net.kyori.mammoth.ProjectPlugin