Skip to content

Commit a784f44

Browse files
Configure packageGroup for nexusStaging (#22)
1 parent 775e79c commit a784f44

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ private def projectVersion() {
6868
apply plugin: 'io.codearte.nexus-staging'
6969

7070
nexusStaging {
71+
packageGroup = "com.lyft"
7172
username = System.getenv("MAVEN_CENTRAL_USERNAME")
7273
password = System.getenv("MAVEN_CENTRAL_PASSWORD")
7374
}

0 commit comments

Comments
 (0)