Package net.kyori.indra.sonatype
Interface IndraSonatypePublishingExtension
-
- All Known Implementing Classes:
IndraSonatypePublishingExtensionImpl
public interface IndraSonatypePublishingExtensionExtensions for thenet.kyori.indra.publishing.sonatypeplugin.- Since:
- 2.0.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voiduseAlternateSonatypeOSSHost(String name)Use an alternate host for the Sonatype OSSRH.
-
-
-
Method Detail
-
useAlternateSonatypeOSSHost
void useAlternateSonatypeOSSHost(String name)
Use an alternate host for the Sonatype OSSRH.- Parameters:
name- the prefix to use -- for example, to uses01.oss.sonatype.org, the name should bes01- Since:
- 2.0.0
-
-