Skip to content

Commit 1e573b9

Browse files
Update build script snapshot URL (#500)
1 parent 648e5f9 commit 1e573b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ buildscript {
1717
mavenCentral()
1818
maven {
1919
// TODO add this only if interested in getting SNAPSHOT releases
20-
url "https://oss.sonatype.org/content/repositories/snapshots"
20+
url "https://central.sonatype.com/repository/maven-snapshots/"
2121
}
2222
maven { url "https://jitpack.io" }
2323

0 commit comments

Comments
 (0)