-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathdependencies.gradle
More file actions
33 lines (33 loc) · 1 KB
/
dependencies.gradle
File metadata and controls
33 lines (33 loc) · 1 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
ext {
IMPL = [
"com.github.ben-manes.caffeine:caffeine:3.1.8",
"org.pf4j:pf4j:3.10.0",
"commons-codec:commons-codec:1.5",
"ch.qos.logback:logback-classic:1.5.6",
]
SHADOW = [
"com.github.ben-manes.caffeine:caffeine:3.1.8",
"org.pf4j:pf4j:3.10.0",
"commons-codec:commons-codec:1.5",
"ch.qos.logback:logback-classic:1.5.6",
]
ANNO = [
"com.github.ben-manes.caffeine:caffeine:3.1.8",
"org.pf4j:pf4j:3.10.0",
'io.lettuce:lettuce-core:6.8.0.RELEASE',
]
THE_BASE = [
'gg.drak:TheBase:1.1.0',
]
COMP_ONLY = [
]
OTHER_PLUGINS = [
"net.luckperms:api:5.4",
"me.clip:placeholderapi:2.11.6",
"org.geysermc.geyser:api:2.2.0-SNAPSHOT",
"org.geysermc.floodgate:api:2.2.3-SNAPSHOT",
]
FILES = [
// rootProject.rootDir.getPath().toString() + "/impl/sqlite-jdbc.jar" // not needed
]
}