Fix #53 - ffmpeg warnings after shadowJar

This commit is contained in:
Abe Pazos
2024-11-21 11:18:38 +01:00
parent 1565ef12be
commit 9e08c6cfb6

View File

@@ -192,6 +192,7 @@ tasks {
exclude(dependency("org.apache.logging.log4j:log4j-slf4j2-impl:.*"))
exclude(dependency("com.fasterxml.jackson.core:jackson-databind:.*"))
exclude(dependency("com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:.*"))
exclude(dependency("org.bytedeco:.*"))
}
}
named<org.beryx.runtime.JPackageTask>("jpackage") {