From 1ca8218807702ef0c266872b178d6cbb5c7ba63d Mon Sep 17 00:00:00 2001 From: nathan Date: Sun, 5 Aug 2018 17:05:24 +0200 Subject: [PATCH] Added nexus staging config --- build.gradle | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/build.gradle b/build.gradle index 3794114..3abf534 100644 --- a/build.gradle +++ b/build.gradle @@ -201,6 +201,11 @@ signing { sign publishing.publications.SemanticVersioning } +nexusStaging { + username sonatypeUsername + password sonatypePassword +} + // we don't use maven with the plugin (it's uploaded separately to gradle plugins) tasks.withType(PublishToMavenRepository) { onlyIf {