mirror of
https://github.com/Crazy-Crew/CrazyAuctions.git
synced 2024-11-10 10:10:22 +01:00
22 lines
467 B
Plaintext
22 lines
467 B
Plaintext
dependencyResolutionManagement {
|
|
repositories.gradlePluginPortal()
|
|
}
|
|
|
|
pluginManagement {
|
|
repositories {
|
|
gradlePluginPortal()
|
|
mavenCentral()
|
|
|
|
maven("https://repo.papermc.io/repository/maven-public/")
|
|
|
|
maven("https://repo.crazycrew.us/first-party/")
|
|
maven("https://repo.crazycrew.us/third-party/")
|
|
|
|
maven("https://maven.fabricmc.net/")
|
|
}
|
|
}
|
|
|
|
rootProject.name = "CrazyAuctions"
|
|
|
|
include("core")
|
|
include("paper") |