Publish to Maven Central #9

Merged
akinwale merged 7 commits from maven-central into master 2021-06-25 01:31:24 +02:00
2 changed files with 12 additions and 10 deletions
Showing only changes of commit ec4044647c - Show all commits

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'
} }
} }