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/' snapshotRepositoryUrl = 'https://s01.oss.sonatype.org/content/repositories/snapshots/'
} }
uploadArchives { modifyPom {
repositories { project {
mavenDeployer { name 'LBRY SDK for Android'
pom.artifactId = "lbrysdk64" 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/' snapshotRepositoryUrl = 'https://s01.oss.sonatype.org/content/repositories/snapshots/'
} }
uploadArchives { modifyPom {
repositories { project {
mavenDeployer { name 'LBRY SDK for Android'
pom.artifactId = "lbrysdk32" description 'The LBRY SDK packaged as an Android AAR'
} groupId 'io.lbry'
artifactId 'lbrysdk32'
} }
} }