Update dependencies and build configuration

This commit is contained in:
2025-06-20 23:26:54 +02:00
parent bbd421c423
commit 1dd19f0543
5 changed files with 15 additions and 13 deletions
+2 -1
View File
@@ -1,6 +1,7 @@
plugins {
`java-library`
id("io.github.goooler.shadow") version "8.1.8"
id("com.github.ben-manes.versions") version "0.52.0"
}
allprojects {
@@ -67,4 +68,4 @@ tasks {
jar {
enabled = false
}
}
}