Package ca.stellardrift.ghrelease
Class GitHubReleaserPlugin
java.lang.Object
ca.stellardrift.ghrelease.GitHubReleaserPlugin
- All Implemented Interfaces:
net.kyori.mammoth.ProjectPlugin,org.gradle.api.Plugin<org.gradle.api.Project>
-
Field Summary
Fields -
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
-
Field Details
-
GITHUB_RELEASE_EXTENSION_NAME
- See Also:
-
GITHUB_RELEASE_TASK_NAME
- See Also:
-
-
Constructor Details
-
GitHubReleaserPlugin
public GitHubReleaserPlugin()
-
-
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
-