-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathdependencies.gradle
More file actions
38 lines (38 loc) · 1.3 KB
/
dependencies.gradle
File metadata and controls
38 lines (38 loc) · 1.3 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
ext {
IMPL = [
'gg.drak:TheBase:1.1.0',
'gg.drak:UniversalScheduler:1.5-SNAPSHOT',
'com.github.ben-manes.caffeine:caffeine:3.1.8',
'com.google.code.gson:gson:2.11.0',
'com.google.re2j:re2j:1.7',
'net.objecthunter:exp4j:0.4.8',
'mysql:mysql-connector-java:8.0.33',
'com.konghq:unirest-java:3.14.5',
]
SHADOW = [
'gg.drak:TheBase:1.1.0',
'gg.drak:UniversalScheduler:1.5-SNAPSHOT',
'com.github.ben-manes.caffeine:caffeine:3.1.8',
'com.google.code.gson:gson:2.11.0',
'com.google.re2j:re2j:1.7',
'net.objecthunter:exp4j:0.4.8',
'mysql:mysql-connector-java:8.0.33',
'com.konghq:unirest-java:3.14.5',
]
ANNO = [
// 'org.spigotmc:spigot:1.21.5-R0.1-SNAPSHOT',
'org.spigotmc:spigot:1.16.5-R0.1-SNAPSHOT',
'net.kyori:adventure-api:4.13.1',
]
COMP_ONLY = [
// 'org.spigotmc:spigot:1.21.5-R0.1-SNAPSHOT',
'org.spigotmc:spigot:1.16.5-R0.1-SNAPSHOT',
'net.kyori:adventure-api:4.13.1',
]
FILES = [
]
OTHER_PLUGINS = [
'me.clip:placeholderapi:2.11.5',
'net.luckperms:api:5.4',
]
}