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