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 {