Yet another rework of the PlayerShop plugin.

This commit is contained in:
Len
2022-06-06 18:30:35 +02:00
commit d3b7489573
11 changed files with 720 additions and 0 deletions
+20
View File
@@ -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()
}
}