Class IndraSonatypePublishingExtensionImpl
java.lang.Object
net.kyori.indra.sonatype.internal.IndraSonatypePublishingExtensionImpl
- All Implemented Interfaces:
IndraSonatypePublishingExtension
public class IndraSonatypePublishingExtensionImpl
extends Object
implements IndraSonatypePublishingExtension
-
Constructor Summary
ConstructorsConstructorDescriptionIndraSonatypePublishingExtensionImpl(io.github.gradlenexus.publishplugin.NexusPublishExtension nexusExtension) -
Method Summary
Modifier and TypeMethodDescriptionvoidUse an alternate host for the Sonatype OSSRH.
-
Constructor Details
-
IndraSonatypePublishingExtensionImpl
@Inject public IndraSonatypePublishingExtensionImpl(io.github.gradlenexus.publishplugin.NexusPublishExtension nexusExtension)
-
-
Method Details
-
useAlternateSonatypeOSSHost
Description copied from interface:IndraSonatypePublishingExtensionUse an alternate host for the Sonatype OSSRH.- Specified by:
useAlternateSonatypeOSSHostin interfaceIndraSonatypePublishingExtension- Parameters:
name- the prefix to use -- for example, to uses01.oss.sonatype.org, the name should bes01
-