Package net.kyori.indra.sonatype
Interface IndraSonatypePublishingExtension
- All Known Implementing Classes:
IndraSonatypePublishingExtensionImpl
public interface IndraSonatypePublishingExtension
Extensions for the
net.kyori.indra.publishing.sonatype plugin.- Since:
- 2.0.0
-
Method Summary
Modifier and TypeMethodDescriptionvoidUse an alternate host for the Sonatype OSSRH.
-
Method Details
-
useAlternateSonatypeOSSHost
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
-