use modifyPom to update artifactId

This commit is contained in:
Akinwale Ariwodola 2021-06-25 00:01:42 +01:00
parent bfc95cc130
commit ec4044647c
2 changed files with 12 additions and 10 deletions

View file

@ -107,11 +107,12 @@ nexus {
snapshotRepositoryUrl = 'https://s01.oss.sonatype.org/content/repositories/snapshots/'
}
uploadArchives {
repositories {
mavenDeployer {
pom.artifactId = "lbrysdk64"
}
modifyPom {
project {
name 'LBRY SDK for Android'
description 'The LBRY SDK packaged as an Android AAR'
groupId 'io.lbry'
artifactId 'lbrysdk64'
}
}

View file

@ -107,11 +107,12 @@ nexus {
snapshotRepositoryUrl = 'https://s01.oss.sonatype.org/content/repositories/snapshots/'
}
uploadArchives {
repositories {
mavenDeployer {
pom.artifactId = "lbrysdk32"
}
modifyPom {
project {
name 'LBRY SDK for Android'
description 'The LBRY SDK packaged as an Android AAR'
groupId 'io.lbry'
artifactId 'lbrysdk32'
}
}