Skip to content

Commit 9de61ad

Browse files
Update settings.gradle.kts
1 parent d6ef63e commit 9de61ad

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

settings.gradle.kts

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,9 @@ dependencyResolutionManagement {
2222
@Suppress("UnstableApiUsage")
2323
repositories {
2424
mavenCentral()
25-
maven("https://oss.sonatype.org/content/repositories/snapshots") {
26-
name = "Sonatype"
25+
maven("https://central.sonatype.com/repository/maven-snapshots/") {
26+
name = "Sonatype Snapshot Repository"
27+
mavenContent { snapshotsOnly() }
2728
}
2829
maven("https://papermc.io/repo/repository/maven-public/") {
2930
name = "PaperMC"

0 commit comments

Comments
 (0)