We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 775e79c commit a784f44Copy full SHA for a784f44
1 file changed
build.gradle
@@ -68,6 +68,7 @@ private def projectVersion() {
68
apply plugin: 'io.codearte.nexus-staging'
69
70
nexusStaging {
71
+ packageGroup = "com.lyft"
72
username = System.getenv("MAVEN_CENTRAL_USERNAME")
73
password = System.getenv("MAVEN_CENTRAL_PASSWORD")
74
}
0 commit comments