From a784f44847ab6b207818a07daceff24ad117bd68 Mon Sep 17 00:00:00 2001 From: "Artem Zinnatullin :slowpoke" Date: Fri, 16 Aug 2019 13:47:11 -0700 Subject: [PATCH] Configure packageGroup for nexusStaging (#22) --- build.gradle | 1 + 1 file changed, 1 insertion(+) diff --git a/build.gradle b/build.gradle index 61fd907..3f37438 100644 --- a/build.gradle +++ b/build.gradle @@ -68,6 +68,7 @@ private def projectVersion() { apply plugin: 'io.codearte.nexus-staging' nexusStaging { + packageGroup = "com.lyft" username = System.getenv("MAVEN_CENTRAL_USERNAME") password = System.getenv("MAVEN_CENTRAL_PASSWORD") }