nebula.plugin.bintray.MavenCentralSyncRequest.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of nebula-bintray-plugin Show documentation
Show all versions of nebula-bintray-plugin Show documentation
Nebula bintray publishing using Gradle's MavenPublication
package nebula.plugin.bintray
data class MavenCentralSyncRequest(val username: String, val password: String, val close: String = "1")