Fix build warnings for --compress flag in jlink (#5485)

This commit is contained in:
Chris Stewart 2024-03-20 11:09:41 -05:00 committed by GitHub
parent 47c7680d8c
commit 58adf4c6fd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -131,8 +131,7 @@ object CommonSettings {
lazy val jlinkOptions = Seq(
"--no-header-files",
"--no-man-pages",
"--compress=2"
"--no-man-pages"
)
private val commonCompilerOpts = {