Class IndraCentralPublishingPlugin

java.lang.Object
net.kyori.indra.central.IndraCentralPublishingPlugin
All Implemented Interfaces:
org.gradle.api.Plugin<org.gradle.api.initialization.Settings>

public final class IndraCentralPublishingPlugin extends Object implements org.gradle.api.Plugin<org.gradle.api.initialization.Settings>
A settings plugin for configuring publication to Maven Central through the Central Portal.

All projects applying the net.kyori.indra.publishing plugin automatically contribute their publications to the release bundle defined on the root project.

  • Constructor Details

    • IndraCentralPublishingPlugin

      public IndraCentralPublishingPlugin()
  • Method Details

    • apply

      public void apply(org.gradle.api.initialization.Settings settings)
      Specified by:
      apply in interface org.gradle.api.Plugin<org.gradle.api.initialization.Settings>