Skip to content

Commit 4f7bbf5

Browse files
sam0r040timonback
andcommitted
chore(release): Change nexusUrl for publishing to https://s01.oss.sonatype.org/service/local/
Co-authored-by: Timon Back <[email protected]>
1 parent 9b019e2 commit 4f7bbf5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ allprojects {
240240
nexusPublishing {
241241
repositories {
242242
MavenRepository {
243-
nexusUrl = uri('https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/')
243+
nexusUrl = uri('https://s01.oss.sonatype.org/service/local/')
244244
snapshotRepositoryUrl = uri('https://s01.oss.sonatype.org/content/repositories/snapshots/')
245245
username = project.findProperty('MAVEN_USERNAME') ?: ''
246246
password = project.findProperty('MAVEN_PASSWORD') ?: ''

0 commit comments

Comments
 (0)