Fix #53 - ffmpeg warnings after shadowJar

This commit is contained in:
Abe Pazos
2024-11-21 11:19:30 +01:00
parent de35f064d8
commit ef7cee01c7

View File

@@ -169,6 +169,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") {