We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b96188f commit 17a28c0Copy full SHA for 17a28c0
1 file changed
build.gradle
@@ -42,7 +42,7 @@ repositories {
42
{
43
logger.warn("WARN: Seems not to be a release, so Maven Central SNAPSHOT repository is fetched!");
44
maven {
45
- url = 'https://oss.sonatype.org/content/repositories/snapshots'
+ url = 'https://central.sonatype.com/repository/maven-snapshots'
46
}
47
48
0 commit comments