fix dependency resolve failing on new intelij versions

This commit is contained in:
Julian Krings
2025-09-04 23:07:37 +02:00
parent e5654b74d4
commit 3a13f5a7c1
2 changed files with 3 additions and 3 deletions
+2
View File
@@ -139,6 +139,8 @@ slimJar {
relocate("org.eclipse.sisu", "$lib.sisu")
relocate("org.eclipse.aether", "$lib.aether")
relocate("com.google.inject", "$lib.guice")
relocate("org.dom4j", "$lib.dom4j")
relocate("org.jaxen", "$lib.jaxen")
}
tasks {