mirror of
https://github.com/Crazy-Crew/CrazyAuctions.git
synced 2024-11-10 10:10:22 +01:00
10 lines
268 B
Plaintext
10 lines
268 B
Plaintext
dependencyResolutionManagement {
|
|
repositories {
|
|
gradlePluginPortal()
|
|
|
|
maven("https://repo.papermc.io/repository/maven-public/")
|
|
|
|
maven("https://repo.crazycrew.us/first-party/")
|
|
maven("https://repo.crazycrew.us/third-party/")
|
|
}
|
|
} |