Skip to content

Commit

Permalink
Change snapshot address repository
Browse files Browse the repository at this point in the history
  • Loading branch information
SpOOnman committed Nov 12, 2020
1 parent 6f1869b commit ef3ec80
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -224,8 +224,8 @@ uploadArchives {
repository(url: "https://oss.sonatype.org/service/local/staging/deploy/maven2/") {
authentication(userName: sonatypeUsername, password: sonatypePassword)
}
snapshotRepository(url: "https://philanthropist.touk.pl/nexus/content/repositories/snapshots//") {
authentication(userName: snapshotUsername, password: snapshotPassword)
snapshotRepository(url: "https://oss.sonatype.org/content/repositories/snapshots/") {
authentication(userName: sonatypeUsername, password: sonatypePassword)
}

pom.project {
Expand Down

0 comments on commit ef3ec80

Please sign in to comment.