open class MavenPublishPluginExtension
Extension for maven publish plugin.
Since
0.1.0
MavenPublishPluginExtension(project: Project)
Extension for maven publish plugin. |
var androidVariantToPublish: String
The Android library variant that should be published. Projects not using any product flavors, that just want to publish the release build type can use the default. |
|
var nexusOptions: NexusOptions
Allows to promote repositories without connecting to the nexus instance console. |
|
var releaseSigningEnabled: Boolean
Whether release artifacts should be signed before getting published. |
|
val
Allows to add additional MavenPublishTargets to publish to multiple repositories. |
fun nexus(action: Action<NexusOptions>): Unit
Allows to promote repositories without connecting to the nexus instance console. |
|
fun
Allows to add additional MavenPublishTargets to publish to multiple repositories. |