Publish to Maven Central #9
2 changed files with 12 additions and 10 deletions
|
@ -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'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -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'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue