add POM details
This commit is contained in:
parent
98d923f25c
commit
d7e6ba1ba8
2 changed files with 44 additions and 0 deletions
|
@ -113,6 +113,28 @@ modifyPom {
|
|||
description 'The LBRY SDK packaged as an Android AAR'
|
||||
groupId 'io.lbry'
|
||||
artifactId 'lbrysdk64'
|
||||
|
||||
scm {
|
||||
url 'https://github.com/lbryio/lbry-android-sdk'
|
||||
connection 'scm:https://github.com/lbryio/lbry-android-sdk.git'
|
||||
developerConnection 'scm:git://github.com/lbryio/lbry-android-sdk.git'
|
||||
}
|
||||
|
||||
licenses {
|
||||
license {
|
||||
name 'MIT License'
|
||||
url 'https://raw.githubusercontent.com/lbryio/lbry-android-sdk/master/LICENSE'
|
||||
distribution 'repo'
|
||||
}
|
||||
}
|
||||
|
||||
developers {
|
||||
developer {
|
||||
id 'shockr'
|
||||
name 'Akinwale Ariwodola'
|
||||
email 'akinwale@lbry.com'
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -113,6 +113,28 @@ modifyPom {
|
|||
description 'The LBRY SDK packaged as an Android AAR'
|
||||
groupId 'io.lbry'
|
||||
artifactId 'lbrysdk32'
|
||||
|
||||
scm {
|
||||
url 'https://github.com/lbryio/lbry-android-sdk'
|
||||
connection 'scm:https://github.com/lbryio/lbry-android-sdk.git'
|
||||
developerConnection 'scm:git://github.com/lbryio/lbry-android-sdk.git'
|
||||
}
|
||||
|
||||
licenses {
|
||||
license {
|
||||
name 'MIT License'
|
||||
url 'https://raw.githubusercontent.com/lbryio/lbry-android-sdk/master/LICENSE'
|
||||
distribution 'repo'
|
||||
}
|
||||
}
|
||||
|
||||
developers {
|
||||
developer {
|
||||
id 'shockr'
|
||||
name 'Akinwale Ariwodola'
|
||||
email 'akinwale@lbry.com'
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue