2021-04-30 09:50:22 +02:00
|
|
|
[versions]
|
2021-08-17 16:38:24 +02:00
|
|
|
# Platform expectations
|
2021-12-18 23:10:41 +01:00
|
|
|
paper = "1.18.1-R0.1-SNAPSHOT"
|
2022-01-27 13:26:58 +01:00
|
|
|
guice = "5.1.0"
|
2022-06-27 17:00:13 +02:00
|
|
|
spotbugs = "4.7.1"
|
2021-04-30 09:50:22 +02:00
|
|
|
|
2021-08-17 16:38:24 +02:00
|
|
|
# Plugins
|
2022-08-07 21:16:18 +02:00
|
|
|
worldedit = "7.2.12"
|
2022-07-04 14:07:14 +02:00
|
|
|
placeholderapi = "2.11.2"
|
2022-02-14 11:58:35 +01:00
|
|
|
luckperms = "5.4"
|
2022-08-13 10:12:05 +02:00
|
|
|
essentialsx = "2.19.6"
|
2021-08-17 16:38:24 +02:00
|
|
|
mvdwapi = "3.1.1"
|
2021-04-30 09:50:22 +02:00
|
|
|
|
2021-08-17 16:38:24 +02:00
|
|
|
# Third party
|
2021-12-09 18:30:35 +01:00
|
|
|
prtree = "2.0.0"
|
2021-04-30 09:50:22 +02:00
|
|
|
aopalliance = "1.0"
|
2022-06-20 10:47:49 +02:00
|
|
|
cloud-services = "1.7.0"
|
2021-12-13 11:31:15 +01:00
|
|
|
arkitektonika = "2.1.1"
|
2022-04-19 00:46:39 +02:00
|
|
|
squirrelid = "0.3.1"
|
2021-09-09 21:44:23 +02:00
|
|
|
http4j = "1.3"
|
2021-04-30 09:50:22 +02:00
|
|
|
|
2021-08-17 16:38:24 +02:00
|
|
|
# Gradle plugins
|
2022-01-03 13:52:29 +01:00
|
|
|
shadow = "7.1.2"
|
2021-12-05 23:29:28 +01:00
|
|
|
grgit = "4.1.1"
|
2021-08-17 16:38:24 +02:00
|
|
|
licenser = "0.6.1"
|
2021-10-04 15:28:47 +02:00
|
|
|
nexus = "1.1.0"
|
2021-08-17 16:38:24 +02:00
|
|
|
|
2021-04-30 09:50:22 +02:00
|
|
|
[libraries]
|
2021-08-17 16:38:24 +02:00
|
|
|
# Platform expectations
|
|
|
|
paper = { group = "io.papermc.paper", name = "paper-api", version.ref = "paper" }
|
2021-04-30 09:50:22 +02:00
|
|
|
|
|
|
|
# Platform expectations
|
|
|
|
guice = { group = "com.google.inject", name = "guice", version.ref = "guice" }
|
|
|
|
guiceassistedinject = { group = "com.google.inject.extensions", name = "guice-assistedinject", version.ref = "guice" }
|
2022-04-19 00:48:23 +02:00
|
|
|
spotbugs = { group = "com.github.spotbugs", name = "spotbugs-annotations", version.ref = "spotbugs" }
|
2021-04-30 09:50:22 +02:00
|
|
|
|
|
|
|
# Plugins
|
|
|
|
worldeditCore = { group = "com.sk89q.worldedit", name = "worldedit-core", version.ref = "worldedit" }
|
|
|
|
worldeditBukkit = { group = "com.sk89q.worldedit", name = "worldedit-bukkit", version.ref = "worldedit" }
|
|
|
|
placeholderapi = { group = "me.clip", name = "placeholderapi", version.ref = "placeholderapi" }
|
|
|
|
luckperms = { group = "net.luckperms", name = "api", version.ref = "luckperms" }
|
2021-12-05 23:29:28 +01:00
|
|
|
essentialsx = { group = "net.essentialsx", name = "EssentialsX", version.ref = "essentialsx" }
|
2021-04-30 09:50:22 +02:00
|
|
|
|
2021-08-17 16:38:24 +02:00
|
|
|
# Third party
|
2021-12-09 18:30:35 +01:00
|
|
|
prtree = { group = "com.intellectualsites.prtree", name = "PRTree", version.ref = "prtree" }
|
2021-04-30 09:50:22 +02:00
|
|
|
aopalliance = { group = "aopalliance", name = "aopalliance", version.ref = "aopalliance" }
|
2021-12-31 15:49:11 +01:00
|
|
|
cloudServices = { group = "cloud.commandframework", name = "cloud-services", version.ref = "cloud-services" }
|
2021-12-31 01:29:30 +01:00
|
|
|
mvdwapi = { group = "com.intellectualsites.mvdwplaceholderapi", name = "MVdWPlaceholderAPI", version.ref = "mvdwapi" }
|
2022-04-19 00:46:39 +02:00
|
|
|
squirrelid = { group = "org.enginehub", name = "squirrelid", version.ref = "squirrelid" }
|
2021-04-30 09:50:22 +02:00
|
|
|
arkitektonika = { group = "com.intellectualsites.arkitektonika", name = "Arkitektonika-Client", version.ref = "arkitektonika" }
|
|
|
|
http4j = { group = "com.intellectualsites.http", name = "HTTP4J", version.ref = "http4j" }
|
|
|
|
|
2021-08-17 16:38:24 +02:00
|
|
|
[plugins]
|
|
|
|
shadow = { id = "com.github.johnrengelman.shadow", version.ref = "shadow" }
|
|
|
|
grgit = { id = "org.ajoberstar.grgit", version.ref = "grgit" }
|
|
|
|
licenser = { id = "org.cadixdev.licenser", version.ref = "licenser" }
|
2021-10-04 15:28:47 +02:00
|
|
|
nexus = { id = "io.github.gradle-nexus.publish-plugin", version.ref = "nexus" }
|