Browse Source

Fix sonatype snapshots repo url

as mentioned in https://central.sonatype.org/publish/publish-guide/
Ali-RS 2 years ago
parent
commit
5a4d080a41
1 changed files with 1 additions and 1 deletions
  1. 1 1
      common.gradle

+ 1 - 1
common.gradle

@@ -177,7 +177,7 @@ publishing {
                 password = gradle.rootProject.hasProperty('ossrhPassword') ? ossrhPassword : 'Unknown password'
 	    }
 	    name = 'SNAPSHOT'
-	    url = 'https://oss.sonatype.org/content/repositories/snapshots/'
+	    url = 'https://s01.oss.sonatype.org/content/repositories/snapshots/'
 	}
     }
 }