Class IndraSonatypePublishingExtensionImpl
- java.lang.Object
-
- net.kyori.indra.sonatype.internal.IndraSonatypePublishingExtensionImpl
-
- All Implemented Interfaces:
IndraSonatypePublishingExtension
public class IndraSonatypePublishingExtensionImpl extends java.lang.Object implements IndraSonatypePublishingExtension
-
-
Constructor Summary
Constructors Constructor Description IndraSonatypePublishingExtensionImpl(io.github.gradlenexus.publishplugin.NexusPublishExtension nexusExtension)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiduseAlternateSonatypeOSSHost(java.lang.String name)Use an alternate host for the Sonatype OSSRH.
-
-
-
Method Detail
-
useAlternateSonatypeOSSHost
public void useAlternateSonatypeOSSHost(java.lang.String name)
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
-
-