mirror of
https://github.com/EssentialsX/Essentials.git
synced 2025-01-07 00:48:14 +01:00
Fix paper maven repository URL (#6002)
This commit is contained in:
parent
5515f9f3f6
commit
8e53214b50
@ -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") }
|
||||
|
Loading…
Reference in New Issue
Block a user