Skip to content

Commit

Permalink
Configure packageGroup for nexusStaging (#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
artem-zinnatullin authored Aug 16, 2019
1 parent 775e79c commit a784f44
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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")
}

0 comments on commit a784f44

Please sign in to comment.