Skip to content

Commit e43fc5a

Browse files
authored
Merge pull request #49 from rundeck-plugins/RUN-4569-central-publish
RUN-4569 Fix Maven Central publishing endpoint
2 parents ad4f32d + 8042524 commit e43fc5a

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
@@ -124,7 +124,10 @@ jar {
124124
nexusPublishing {
125125
packageGroup = 'org.rundeck.plugins'
126126
repositories {
127-
sonatype()
127+
sonatype {
128+
nexusUrl.set(uri("https://ossrh-staging-api.central.sonatype.com/service/local/"))
129+
snapshotRepositoryUrl.set(uri("https://central.sonatype.com/repository/maven-snapshots/"))
130+
}
128131
}
129132
}
130133

0 commit comments

Comments
 (0)