Added nexus staging config

This commit is contained in:
nathan 2018-08-05 17:05:24 +02:00
parent bf1548b85b
commit 1ca8218807

View File

@ -201,6 +201,11 @@ signing {
sign publishing.publications.SemanticVersioning sign publishing.publications.SemanticVersioning
} }
nexusStaging {
username sonatypeUsername
password sonatypePassword
}
// we don't use maven with the plugin (it's uploaded separately to gradle plugins) // we don't use maven with the plugin (it's uploaded separately to gradle plugins)
tasks.withType(PublishToMavenRepository) { tasks.withType(PublishToMavenRepository) {
onlyIf { onlyIf {