-
Notifications
You must be signed in to change notification settings - Fork 339
Expand file tree
/
Copy pathsettings.gradle
More file actions
46 lines (43 loc) · 1.39 KB
/
settings.gradle
File metadata and controls
46 lines (43 loc) · 1.39 KB
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
38
39
40
41
42
43
44
45
46
plugins {
id("org.gradle.toolchains.foojay-resolver-convention") version "0.10.0"
}
rootProject.name = "eaglerxserver"
include "api"
include "api-bukkit"
include "api-bungee"
include "api-velocity"
include "core"
include "core:core-platform-bukkit"
include "core:core-platform-bungee"
include "core:core-platform-bungee-chat"
include "core:core-platform-velocity"
include "core:core-platform-adventure-chat"
include "core-config"
include "protocol-game"
include "skin-cache"
include "skin-cache:sqlite-jdbc-jar"
include "stubs"
include "rewind_v1_5"
include "rewind_v1_5:rewind_v1_5-platform-bukkit"
include "rewind_v1_5:rewind_v1_5-platform-bungee"
include "rewind_v1_5:rewind_v1_5-platform-velocity"
include "eaglermotd"
include "eaglermotd:eaglermotd-platform-bukkit"
include "eaglermotd:eaglermotd-platform-bungee"
include "eaglermotd:eaglermotd-platform-velocity"
include "eaglerweb"
include "eaglerweb:eaglerweb-platform-bukkit"
include "eaglerweb:eaglerweb-platform-bungee"
include "eaglerweb:eaglerweb-platform-velocity"
include "backend-rpc-api"
include "backend-rpc-api-bukkit"
include "backend-rpc-core"
include "backend-rpc-core:backend-rpc-core-platform-bukkit"
include "backend-rpc-protocol"
include "voice-rpc-protocol"
include "plan"
include "plan:plan-platform-bukkit"
include "plan:plan-platform-bungee"
include "plan:plan-platform-velocity"
include "supervisor-core"
include "supervisor-protocol"