Skip to content

Commit ec736cd

Browse files
committed
Limit jitpack repo contents to the dependencies groups
1 parent 5eb7fc5 commit ec736cd

1 file changed

Lines changed: 9 additions & 1 deletion

File tree

bukkit/build.gradle.kts

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,15 @@ repositories {
4848
// PlaceholderAPI
4949
maven("https://repo.extendedclip.com/releases")
5050
// ItemsAdder, SCore, ShopGUIPlus, Slimefun4, Vault
51-
maven("https://jitpack.io/")
51+
maven("https://jitpack.io/") {
52+
content {
53+
includeGroup("com.github.LoneDev6")
54+
includeGroup("com.github.Ssomar-Developement")
55+
includeGroup("com.github.brcdev-minecraft")
56+
includeGroup("com.github.Slimefun")
57+
includeGroup("com.github.MilkBowl")
58+
}
59+
}
5260
// PlayerPoints
5361
maven("https://repo.rosewooddev.io/repository/public/")
5462
// SuperiorSkyblock2

0 commit comments

Comments
 (0)