generated from xpdustry/template-plugin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlibs.versions.toml
49 lines (42 loc) · 1.85 KB
/
libs.versions.toml
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
[versions]
# plugins
toxopid = "4.1.1"
indra = "3.1.3"
spotless = "6.25.0"
shadow = "8.3.5"
# utilities
slf4md = "1.0.1"
distributor = "4.1.0"
gson = "2.12.1"
filestore = "2.1.0"
cloud-core = "2.0.0"
# testing
junit = "5.11.4"
# static analysis
errorprone-gradle = "4.1.0"
errorprone-core = "2.36.0"
nullaway = "0.12.2"
checker-qual = "3.48.3"
[libraries]
# utilities
distributor-api = { module = "com.xpdustry:distributor-common-api", version.ref = "distributor" }
distributor-cloud = { module = "com.xpdustry:distributor-command-cloud", version.ref = "distributor" }
cloud-core = { module = "org.incendo:cloud-core", version.ref = "cloud-core" }
cloud-annotations = { module = "org.incendo:cloud-annotations", version.ref = "cloud-core" }
gson = { module = "com.google.code.gson:gson", version.ref = "gson" }
filestore = { module = "net.mindustry_ddns:file-store", version.ref = "filestore" }
# testing
junit-api = { module = "org.junit.jupiter:junit-jupiter-api", version.ref = "junit" }
junit-engine = { module = "org.junit.jupiter:junit-jupiter-engine", version.ref = "junit" }
# static analysis
nullaway = { module = "com.uber.nullaway:nullaway", version.ref = "nullaway" }
errorprone-core = { module = "com.google.errorprone:error_prone_core", version.ref = "errorprone-core" }
checker-qual = { module = "org.checkerframework:checker-qual", version.ref = "checker-qual" }
[plugins]
indra-common = { id = "net.kyori.indra", version.ref = "indra" }
shadow = { id = "com.gradleup.shadow", version.ref = "shadow" }
indra-publishing = { id = "net.kyori.indra.publishing", version.ref = "indra" }
indra-git = { id = "net.kyori.indra.git", version.ref = "indra" }
toxopid = { id = "com.xpdustry.toxopid", version.ref = "toxopid" }
spotless = { id = "com.diffplug.spotless", version.ref = "spotless" }
errorprone-gradle = { id = "net.ltgt.errorprone", version.ref = "errorprone-gradle" }