Class IndraSpotlessLicenserPlugin
java.lang.Object
net.kyori.indra.licenser.spotless.IndraSpotlessLicenserPlugin
- All Implemented Interfaces:
net.kyori.mammoth.ProjectPlugin,org.gradle.api.Plugin<org.gradle.api.Project>
A plugin to provide user-friendly configuration for the Spotless license header steps.
- Since:
- 2.2.0
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidapply(@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) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.kyori.mammoth.ProjectPlugin
apply, apply, minimumGradleVersion
-
Constructor Details
-
IndraSpotlessLicenserPlugin
public IndraSpotlessLicenserPlugin()
-
-
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) - Specified by:
applyin interfacenet.kyori.mammoth.ProjectPlugin
-