data class MavenPublishTarget
MavenPublishTarget(name: String, releaseRepositoryUrl: String? = null, snapshotRepositoryUrl: String? = null, repositoryUsername: String? = null, repositoryPassword: String? = null, signing: Boolean = true) |
var releaseRepositoryUrl: String?
The release repository url this should be published to. |
|
var repositoryPassword: String?
The password that should be used for publishing. |
|
var repositoryUsername: String?
The username that should be used for publishing. |
|
var
Whether release artifacts should be signed before uploading to this target. |
|
var snapshotRepositoryUrl: String?
The snapshot repository url this should be published to. |