Maven Central publishing - set POM properties #10
2 changed files with 44 additions and 0 deletions
|
@ -113,6 +113,28 @@ modifyPom {
|
||||||
description 'The LBRY SDK packaged as an Android AAR'
|
description 'The LBRY SDK packaged as an Android AAR'
|
||||||
groupId 'io.lbry'
|
groupId 'io.lbry'
|
||||||
artifactId 'lbrysdk64'
|
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'
|
description 'The LBRY SDK packaged as an Android AAR'
|
||||||
groupId 'io.lbry'
|
groupId 'io.lbry'
|
||||||
artifactId 'lbrysdk32'
|
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