28 lines
660 B
Plaintext
28 lines
660 B
Plaintext
rootProject.name = "PlayerShops"
|
|
|
|
dependencyResolutionManagement {
|
|
repositories {
|
|
mavenCentral()
|
|
maven {
|
|
name = "AlttdNexus"
|
|
url = uri(
|
|
"https://repo.alttd.com/repository/alttd-snapshot/"
|
|
)
|
|
credentials(PasswordCredentials::class)
|
|
}
|
|
maven("https://repo.destro.xyz/snapshots")
|
|
maven("https://jitpack.io") { // Vault
|
|
content {
|
|
includeGroup("com.github.milkbowl")
|
|
includeGroup("com.github.TechFortress")
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
pluginManagement {
|
|
repositories {
|
|
gradlePluginPortal()
|
|
}
|
|
}
|