Fix paper maven repository URL (#6002)

This commit is contained in:
Matt Baxter 2024-12-31 23:39:08 -05:00 committed by GitHub
parent 5515f9f3f6
commit 8e53214b50
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -6,7 +6,7 @@ dependencyResolutionManagement {
includeGroup("net.md_5")
}
}
maven("https://papermc.io/repo/repository/maven-public/")
maven("https://repo.papermc.io/repository/maven-public/")
maven("https://jitpack.io") {
content { includeGroup("com.github.milkbowl") }
content { includeGroup("com.github.MinnDevelopment") }