Update build tooling

This commit is contained in:
Jonathan Coates
2025-12-09 17:52:18 +00:00
parent 61e9626302
commit d39c91b25a
2 changed files with 4 additions and 4 deletions
@@ -8,7 +8,7 @@ import cc.tweaked.gradle.*
plugins {
`java-library`
id("fabric-loom")
id("net.fabricmc.fabric-loom-remap")
id("cc-tweaked.java-convention")
}
+3 -3
View File
@@ -61,19 +61,19 @@ cctJavadoc = "1.8.5"
checkstyle = "12.1.1"
errorProne-core = "2.43.0"
errorProne-plugin = "4.3.0"
fabric-loom = "1.12.3"
fabric-loom = "1.14.5"
githubRelease = "2.5.2"
gradleVersions = "0.53.0"
ideaExt = "1.3"
illuaminate = "0.1.0-83-g1131f68"
lwjgl = "3.3.6"
minotaur = "2.8.7"
modDevGradle = "2.0.116"
modDevGradle = "2.0.122"
nullAway = "0.12.11"
shadow = "9.2.2"
spotless = "8.0.0"
teavm = "0.13.0-SQUID.2"
vanillaExtract = "0.3.0"
vanillaExtract = "0.3.1"
versionCatalogUpdate = "1.0.1"
[libraries]