Skip to content
This repository was archived by the owner on Sep 3, 2023. It is now read-only.

Commit 52c591f

Browse files
committed
Remove custom nexus repo URL
1 parent 306ea75 commit 52c591f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

gradle/publish-root.gradle

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,6 @@ nexusPublishing {
3131
username = ossrhUsername
3232
password = ossrhPassword
3333
version = versions.publish_version
34-
nexusUrl.set(uri("https://s01.oss.sonatype.org/service/local/"))
35-
snapshotRepositoryUrl.set(uri("https://s01.oss.sonatype.org/content/repositories/snapshots/"))
3634
}
3735
}
3836
}

0 commit comments

Comments
 (0)