-
Notifications
You must be signed in to change notification settings - Fork 32
Expand file tree
/
Copy pathlibs.versions.toml
More file actions
66 lines (54 loc) · 1.93 KB
/
libs.versions.toml
File metadata and controls
66 lines (54 loc) · 1.93 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
[versions]
jetbrains-annotations = "26.0.2"
# Do not update Spigot/Paper to 1.21, InventoryView changed from class to interface type
# Dynamic Title Update feature throws IncompatibleClassChangeError due to that
# Feel free to implement a workaround on InventoryUpdate.java if u need to use a 1.21+ specific API
spigot = "1.20.6-R0.1-SNAPSHOT"
paperSpigot = "1.20.6-R0.1-SNAPSHOT"
junit = "6.0.0"
mockito = "4.11.0"
adventure-api = "4.25.0"
kotlin = "1.9.20"
plugin-shadowjar = "8.3.8"
plugin-spotless = "8.1.0"
plugin-bukkit = "0.7.1"
minestom = "b39badc77b"
folialib = "0.5.1"
[libraries.spigot]
module = "org.spigotmc:spigot-api"
version.ref = "spigot"
[libraries.paperSpigot]
module = "io.papermc.paper:paper-api"
version.ref = "paperSpigot"
[libraries.jetbrains-annotations]
module = "org.jetbrains:annotations"
version.ref = "jetbrains-annotations"
[libraries.junit-bom]
module = "org.junit:junit-bom"
version.ref = "junit"
[libraries.junit-jupiter]
module = "org.junit.jupiter:junit-jupiter"
[libraries.junit-launcher]
module = "org.junit.platform:junit-platform-launcher"
[libraries.mockito-core]
module = "org.mockito:mockito-core"
version.ref = "mockito"
[libraries.mockito-junit]
module = "org.mockito:mockito-junit-jupiter"
version.ref = "mockito"
[libraries.adventure-api]
module = "net.kyori:adventure-api"
version.ref = "adventure-api"
[libraries.minestom]
module = "net.minestom:minestom-snapshots"
version.ref = "minestom"
[libraries.folialib]
module = "com.tcoded:FoliaLib"
version.ref = "folialib"
[plugins]
shadowjar = { id = "com.gradleup.shadow", version.ref = "plugin-shadowjar" }
spotless = { id = "com.diffplug.spotless", version.ref = "plugin-spotless" }
kotlin = { id = "org.jetbrains.kotlin.jvm", version.ref = "kotlin" }
bukkit = { id = "de.eldoria.plugin-yml.bukkit", version.ref = "plugin-bukkit" }
runPaper = { id = "xyz.jpenilla.run-paper", version = "3.0.2" }
publish = { id = "com.vanniktech.maven.publish.base", version = "0.34.0" }