chore(build): use version catalog
This commit is contained in:
parent
1b23e3a816
commit
bfdbba402f
2 changed files with 31 additions and 12 deletions
21
gradle/libs.versions.toml
Normal file
21
gradle/libs.versions.toml
Normal 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" }
|
Loading…
Add table
Add a link
Reference in a new issue