We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f1869b commit ef3ec80Copy full SHA for ef3ec80
build.gradle
@@ -224,8 +224,8 @@ uploadArchives {
224
repository(url: "https://oss.sonatype.org/service/local/staging/deploy/maven2/") {
225
authentication(userName: sonatypeUsername, password: sonatypePassword)
226
}
227
- snapshotRepository(url: "https://philanthropist.touk.pl/nexus/content/repositories/snapshots//") {
228
- authentication(userName: snapshotUsername, password: snapshotPassword)
+ snapshotRepository(url: "https://oss.sonatype.org/content/repositories/snapshots/") {
+ authentication(userName: sonatypeUsername, password: sonatypePassword)
229
230
231
pom.project {
0 commit comments