21 lines
466 B
Plaintext
21 lines
466 B
Plaintext
rootProject.name = "PlayerShops"
|
|
|
|
dependencyResolutionManagement {
|
|
repositories {
|
|
mavenCentral()
|
|
maven("https://repo.destro.xyz/snapshots") // Altitude - Galaxy
|
|
maven("https://jitpack.io") { // Vault
|
|
content {
|
|
includeGroup("com.github.milkbowl")
|
|
includeGroup("com.github.TechFortress")
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
pluginManagement {
|
|
repositories {
|
|
gradlePluginPortal()
|
|
}
|
|
}
|