Skip to content

Commit b359c1e

Browse files
committed
fix snapshot repository
1 parent 775f19b commit b359c1e

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
@@ -18,7 +18,7 @@ repositories {
1818
mavenLocal()
1919
mavenCentral()
2020
maven {
21-
url = "https://central.sonatype.com/content/repositories/snapshots"
21+
url = "https://central.sonatype.com/repository/maven-snapshots"
2222
}
2323
}
2424

0 commit comments

Comments
 (0)