1
0
Fork 0

chore(build): use version catalog

This commit is contained in:
ineanto 2025-09-06 11:11:20 +02:00
parent 1b23e3a816
commit bfdbba402f
Signed by: ineanto
GPG key ID: E511F9CAA2F9CE84
2 changed files with 31 additions and 12 deletions

21
gradle/libs.versions.toml Normal file
View file

@ -0,0 +1,21 @@
[versions]
kotlin = "2.2.10"
invui = "1.46"
glyphs = "1.1.0"
[libraries]
kotlin-stdlib = { group = "org.jetbrains.kotlin", name = "kotlin-stdlib", version.ref = "kotlin" }
invui = { group = "xyz.xenondevs.invui", name = "invui", version.ref = "invui" }
invui-kotlin = { group = "xyz.xenondevs.invui", name = "invui-kotlin", version.ref = "invui" }
glyphs-api = { group = "ru.brikster", name = "glyphs-api", version.ref = "glyphs" }
glyphs-resources = { group = "ru.brikster", name = "glyphs-resources", version.ref = "glyphs" }
commonsio = { group = "commons-io", name = "commons-io", version = "2.14.0" }
[plugins]
shadow = { id = "com.gradleup.shadow", version = "9.1.0" }
paperweight = { id = "io.papermc.paperweight.userdev", version = "2.0.0-beta.18" }
run-paper = { id = "xyz.jpenilla.run-paper", version = "3.0.0-beta.1" }
kotlin = { id = "org.jetbrains.kotlin.jvm", version.ref = "kotlin" }