Publish to Maven Central #9
2 changed files with 4 additions and 4 deletions
|
@ -103,8 +103,8 @@ subprojects {
|
||||||
|
|
||||||
nexus {
|
nexus {
|
||||||
sign = true
|
sign = true
|
||||||
repositoryUrl = 'https://oss.sonatype.org/service/local/staging/deploy/maven2/'
|
repositoryUrl = 'https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/'
|
||||||
snapshotRepositoryUrl = 'https://oss.sonatype.org/content/repositories/snapshots/'
|
snapshotRepositoryUrl = 'https://s01.oss.sonatype.org/content/repositories/snapshots/'
|
||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
|
|
|
@ -103,8 +103,8 @@ subprojects {
|
||||||
|
|
||||||
nexus {
|
nexus {
|
||||||
sign = true
|
sign = true
|
||||||
repositoryUrl = 'https://oss.sonatype.org/service/local/staging/deploy/maven2/'
|
repositoryUrl = 'https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/'
|
||||||
snapshotRepositoryUrl = 'https://oss.sonatype.org/content/repositories/snapshots/'
|
snapshotRepositoryUrl = 'https://s01.oss.sonatype.org/content/repositories/snapshots/'
|
||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
|
|
Loading…
Reference in a new issue