Skip to content

Commit

Permalink
update metadata for maven central
Browse files Browse the repository at this point in the history
  • Loading branch information
davidgyoung committed Apr 12, 2021
1 parent 833b274 commit 329721a
Showing 1 changed file with 7 additions and 9 deletions.
16 changes: 7 additions & 9 deletions gradle/publish-mavencentral.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -67,22 +67,20 @@ publishing {
url = 'https://github.com/getstream/stream-chat-android'
licenses {
license {
name = 'Stream License'
url = 'https://github.com/GetStream/stream-chat-android/blob/master/LICENSE'
name = 'Apache 2'
url = 'http://www.apache.org/licenses/LICENSE-2.0'
}
}
developers {
developer {
id = 'zsmb13'
name = 'Marton Braun'
email = '[email protected]'
name = 'David G. Young'
email = '[email protected]'
}
// Other devs...
}
scm {
connection = 'scm:git:github.com/getstream/stream-chat-android.git'
developerConnection = 'scm:git:ssh://github.com/getstream/stream-chat-android.git'
url = 'https://github.com/getstream/stream-chat-android/tree/main'
connection = 'scm:git:github.com/AltBeacon/android-beacon-library.git'
developerConnection = 'scm:git:ssh://github.com/AltBeacon/android-beacon-library.git'
url = 'https://github.com/AltBeacon/android-beacon-library'
}
withXml {
def dependenciesNode = asNode().appendNode('dependencies')
Expand Down

0 comments on commit 329721a

Please sign in to comment.