Skip to content

Commit

Permalink
Fix #53 - ffmpeg warnings after shadowJar
Browse files Browse the repository at this point in the history
  • Loading branch information
hamoid committed Nov 21, 2024
1 parent de35f06 commit ef7cee0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -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") {
Expand Down

0 comments on commit ef7cee0

Please sign in to comment.