Skip to content

Commit ef3ec80

Browse files
committed
Change snapshot address repository
1 parent 6f1869b commit ef3ec80

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -224,8 +224,8 @@ uploadArchives {
224224
repository(url: "https://oss.sonatype.org/service/local/staging/deploy/maven2/") {
225225
authentication(userName: sonatypeUsername, password: sonatypePassword)
226226
}
227-
snapshotRepository(url: "https://philanthropist.touk.pl/nexus/content/repositories/snapshots//") {
228-
authentication(userName: snapshotUsername, password: snapshotPassword)
227+
snapshotRepository(url: "https://oss.sonatype.org/content/repositories/snapshots/") {
228+
authentication(userName: sonatypeUsername, password: sonatypePassword)
229229
}
230230

231231
pom.project {

0 commit comments

Comments
 (0)