Skip to content

Commit e110262

Browse files
committed
specify sonatype urls
1 parent e069f65 commit e110262

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

build.gradle

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,10 @@ repositories {
6868
nexusPublishing {
6969
packageGroup = 'org.rundeck.plugins'
7070
repositories {
71-
sonatype()
71+
sonatype {
72+
nexusUrl.set(uri("https://ossrh-staging-api.central.sonatype.com/service/local/"))
73+
snapshotRepositoryUrl.set(uri("https://central.sonatype.com/repository/maven-snapshots/"))
74+
}
7275
}
7376
}
7477

0 commit comments

Comments
 (0)