Skip to content

Commit

Permalink
Add developers stanza to Volley POM. (#400)
Browse files Browse the repository at this point in the history
Based on the ZetaSketch project:
https://github.com/google/zetasketch/blob/93f3b8974acc1ef4cb470b91645f921436a830e7/build.gradle#L148
which is published to Maven Central.

See #394
  • 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://[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.