Skip to content

Commit 17a28c0

Browse files
committed
Adjusted the Maven Central snapshot repo URL.
1 parent b96188f commit 17a28c0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ repositories {
4242
{
4343
logger.warn("WARN: Seems not to be a release, so Maven Central SNAPSHOT repository is fetched!");
4444
maven {
45-
url = 'https://oss.sonatype.org/content/repositories/snapshots'
45+
url = 'https://central.sonatype.com/repository/maven-snapshots'
4646
}
4747
}
4848

0 commit comments

Comments
 (0)