Skip to content

Commit

Permalink
Add developers stanza to Volley POM. (#400)
Browse files Browse the repository at this point in the history
  • Loading branch information
jpd236 authored Feb 22, 2021
1 parent 36274bf commit 0d6497b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions publish.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,12 @@ publishing {
developerConnection = 'scm:git:ssh:https://[email protected]/google/volley.git'
url = 'https://github.com/google/volley'
}
developers {
developer {
name = 'The Volley Team'
email = '[email protected]'
}
}
}

// Release AAR, Sources, and JavaDoc
Expand Down

0 comments on commit 0d6497b

Please sign in to comment.