Yet another rework of the PlayerShop plugin.
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
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()
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user