fix(minecraft): Fix publishing of shadow relocation

This commit is contained in:
2025-12-15 20:00:25 +01:00
parent 9ca6aed347
commit 6662942c42
3 changed files with 12 additions and 1 deletions

View File

@@ -13,7 +13,7 @@ junit = "5.12.0"
lombok = "1.18.38"
logback = "1.5.18"
mockito = "5.14.2"
shadow = "9.0.0-rc2"
shadow = "9.3.0"
slf4j = "2.0.16"
[plugins]