-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsettings.gradle
24 lines (24 loc) · 897 Bytes
/
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
rootProject.name = "Jarvis"
include 'modules'
include 'modules:admin'
findProject(':modules:admin')?.name = 'Admin'
include 'modules:assistance'
findProject(':modules:assistance')?.name = 'Assistance'
include 'modules:chatbot'
findProject(':modules:chatbot')?.name = 'ChatBot'
include 'modules:customcommands'
findProject(':modules:customcommands')?.name = 'CustomCommands'
include 'modules:elections'
findProject(':modules:elections')?.name = 'Elections'
include 'modules:flair'
findProject(':modules:flair')?.name = 'Flair'
include 'modules:info'
findProject(':modules:info')?.name = 'Info'
include 'modules:levels'
findProject(':modules:levels')?.name = 'Levels'
include 'modules:minecraft'
findProject(':modules:minecraft')?.name = 'Minecraft'
include 'modules:ohno'
findProject(':modules:ohno')?.name = 'OhNo'
include 'modules:overwatch'
findProject(':modules:overwatch')?.name = 'Overwatch'