-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathlibs.versions.toml
More file actions
32 lines (28 loc) · 1 KB
/
libs.versions.toml
File metadata and controls
32 lines (28 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
[versions]
# plugin
shadow = "8.3.9"
runPaper = "3.0.0" # Latest version for java 8
# library
mysqlConnectorJ = "9.1.0"
hikaricp = "4.0.3"
jdbiCore = "3.39.1"
jdbiSqlobject = "3.39.1"
jspecify = "1.0.0"
junit = "5.11.4"
spigotApi = "1.16.5-R0.1-SNAPSHOT"
[plugins]
shadow = { id = "com.gradleup.shadow", version.ref = "shadow" }
runPaper = { id = "xyz.jpenilla.run-paper", version.ref = "runPaper" }
[libraries]
mysqlConnectorJ = { module = "com.mysql:mysql-connector-j", version.ref = "mysqlConnectorJ" }
hikaricp = { module = "com.zaxxer:HikariCP", version.ref = "hikaricp" }
jdbiCore = { module = "org.jdbi:jdbi3-core", version.ref = "jdbiCore" }
jdbiSqlobject = { module = "org.jdbi:jdbi3-sqlobject", version.ref = "jdbiSqlobject" }
jspecify = { module = "org.jspecify:jspecify", version.ref = "jspecify" }
junit = { module = "org.junit.jupiter:junit-jupiter", version.ref = "junit" }
spigotApi = { module = "org.spigotmc:spigot-api", version.ref = "spigotApi" }
[bundles]
jdbi = [
"jdbiCore",
"jdbiSqlobject"
]