-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathdependencies.gradle
More file actions
34 lines (30 loc) · 1.02 KB
/
dependencies.gradle
File metadata and controls
34 lines (30 loc) · 1.02 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 = [
]
SHADOW = [
]
ANNO = [
// Lombok is handled by the plugin, but keeping standard dependencies here if needed
'gg.drak:BukkitOfUtils:1.16.0',
// StreamlineCore Dependencies (API & BAPI)
'gg.drak:StreamlineCore-API:2.5.5.6',
'gg.drak:StreamlineCore-BAPI:2.5.5.6',
// Folia API for Folia compatibility
'dev.folia:folia-api:1.20.4-R0.1-SNAPSHOT',
]
COMP_ONLY = [
// Lombok is handled by the plugin, but keeping standard dependencies here if needed
'gg.drak:BukkitOfUtils:1.16.0',
// StreamlineCore Dependencies (API & BAPI)
'gg.drak:StreamlineCore-API:2.5.5.6',
'gg.drak:StreamlineCore-BAPI:2.5.5.6',
// Folia API for Folia compatibility
'dev.folia:folia-api:1.20.4-R0.1-SNAPSHOT',
]
FILES = [
]
OTHER_PLUGINS = [
// PlaceholderAPI for Placeholder support
'me.clip:placeholderapi:2.11.7',
]
}