forked from Elikill58/Negativity
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsettings.gradle
38 lines (34 loc) · 1.33 KB
/
settings.gradle
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
pluginManagement {
repositories {
maven {
name = 'Fabric'
url = 'https://maven.fabricmc.net/'
}
maven {
name = 'MinecraftForge'
url = 'https://maven.minecraftforge.net/'
}
maven {
name = 'SpongePowered'
url = 'https://repo.spongepowered.org/repository/maven-snapshots/'
content {
includeGroup('org.spongepowered.gradle.vanilla')
includeGroup('org.spongepowered')
}
}
mavenCentral()
gradlePluginPortal()
}
}
rootProject.name = 'Negativity'
// All global projects
include 'common', 'bungee', 'velocity', 'minestom'
include 'spigot'
include 'sponge', 'sponge7'
// include 'fabric' // TEMPORARY ignore fabric
// All integrations
// all integrations in common
include 'common:integrations:litebans', 'common:integrations:advancedban', 'common:integrations:viaversion', 'common:integrations:floodgate', 'common:integrations:geysermc'
// all integrations in spigot
include 'spigot:integrations:essentials', 'spigot:integrations:gadgetsmenu', 'spigot:integrations:professionalbans', 'spigot:integrations:ultrapunishments', 'spigot:integrations:custombanplus',
'spigot:integrations:maxbans', 'spigot:integrations:worldguardv6', 'spigot:integrations:worldguardv7'