forked from Streamline-Essentials/BukkitOfUtils
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdependencies.gradle
More file actions
34 lines (34 loc) · 1.2 KB
/
dependencies.gradle
File metadata and controls
34 lines (34 loc) · 1.2 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
ext {
IMPL = [
'com.github.Server-Utilities:TheBase:master-SNAPSHOT',
'com.github.streamline-essentials:UniversalScheduler:main-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',
]
SHADOW = [
'com.github.Server-Utilities:TheBase:master-SNAPSHOT',
'com.github.streamline-essentials:UniversalScheduler:main-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',
]
ANNO = [
// 'org.spigotmc:spigot:1.21.5-R0.1-SNAPSHOT',
'org.spigotmc:spigot:1.16.5-R0.1-SNAPSHOT',
]
COMP_ONLY = [
// 'org.spigotmc:spigot:1.21.5-R0.1-SNAPSHOT',
'org.spigotmc:spigot:1.16.5-R0.1-SNAPSHOT',
]
FILES = [
]
OTHER_PLUGINS = [
'me.clip:placeholderapi:2.11.5',
'net.luckperms:api:5.4',
]
}