Fix gradle build

This commit is contained in:
2023-04-10 13:10:13 +02:00
parent 356b40c49d
commit 94cfb97a56
+1
View File
@@ -49,4 +49,5 @@ jar {
from {
configurations.runtimeClasspath.collect { it.isDirectory() ? it : zipTree(it) }
}
duplicatesStrategy = DuplicatesStrategy.INCLUDE
}