mirror of
https://github.com/ViaVersion/ViaVersion.git
synced 2024-11-01 08:10:00 +01:00
75db1a7cdf
Bump Java target to 17, clean up using its new language features Remove unnecessary checked exception throwing Remove deprecated code
54 lines
1.9 KiB
TOML
54 lines
1.9 KiB
TOML
metadata.format.version = "1.1"
|
|
|
|
[versions]
|
|
|
|
gson = "2.10.1"
|
|
fastutil = "8.5.12"
|
|
vianbt = "4.4.4"
|
|
mcstructs = "2.5.0-SNAPSHOT"
|
|
|
|
# Common provided
|
|
netty = "4.0.20.Final"
|
|
guava = "17.0"
|
|
snakeYaml = "1.18"
|
|
snakeYaml2 = "2.0"
|
|
|
|
junit = "5.9.3"
|
|
checkerQual = "3.39.0"
|
|
|
|
# Platforms
|
|
paper = "1.17.1-R0.1-SNAPSHOT"
|
|
legacyBukkit = "1.8.8-R0.1-SNAPSHOT"
|
|
bungee = "1.19-R0.1-SNAPSHOT"
|
|
sponge = "8.0.0"
|
|
velocity = "3.1.1"
|
|
|
|
|
|
[libraries]
|
|
|
|
gson = { group = "com.google.code.gson", name = "gson", version.ref = "gson" }
|
|
fastutil = { group = "it.unimi.dsi", name = "fastutil", version.ref = "fastutil" }
|
|
vianbt = { group = "com.viaversion", name = "nbt", version.ref = "vianbt" }
|
|
# Custom version that uses ViaNBT instead of its own inbuilt NBT library
|
|
text = { group = "com.viaversion.mcstructs", name = "text", version.ref = "mcstructs" }
|
|
|
|
netty = { group = "io.netty", name = "netty-all", version.ref = "netty" }
|
|
guava = { group = "com.google.guava", name = "guava", version.ref = "guava" }
|
|
snakeYaml = { group = "org.yaml", name = "snakeyaml", version.ref = "snakeYaml" }
|
|
snakeYaml2 = { group = "org.yaml", name = "snakeyaml", version.ref = "snakeYaml2" }
|
|
|
|
jupiterApi = { group = "org.junit.jupiter", name = "junit-jupiter-api", version.ref = "junit" }
|
|
jupiterEngine = { group = "org.junit.jupiter", name = "junit-jupiter-engine", version.ref = "junit" }
|
|
checkerQual = { group = "org.checkerframework", name = "checker-qual", version.ref = "checkerQual" }
|
|
|
|
paper = { group = "io.papermc.paper", name = "paper-api", version.ref = "paper" }
|
|
legacyBukkit = { group = "org.bukkit", name = "bukkit", version.ref = "legacyBukkit" }
|
|
bungee = { group = "net.md-5", name = "bungeecord-api", version.ref = "bungee" }
|
|
sponge = { group = "org.spongepowered", name = "spongeapi", version.ref = "sponge" }
|
|
velocity = { group = "com.velocitypowered", name = "velocity-api", version.ref = "velocity" }
|
|
|
|
|
|
[bundles]
|
|
|
|
junit = ["jupiterApi", "jupiterEngine"]
|