Skip to content

Commit 61ac4c1

Browse files
committed
Remove newlines from Bundle-NativeCode in jar manifest
1 parent 313888e commit 61ac4c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ Compile / packageBin / packageOptions ++= Seq(
179179
|linux/riscv64/libzstd-jni-${version.value}.so;osname=Linux;processor=riscv64,
180180
|linux/s390x/libzstd-jni-${version.value}.so;osname=Linux;processor=s390x,
181181
|win/amd64/libzstd-jni-${version.value}.dll;osname=Win32;processor=amd64,
182-
|win/x86/libzstd-jni-${version.value}.dll;osname=Win32;processor=x86""".stripMargin}),
182+
|win/x86/libzstd-jni-${version.value}.dll;osname=Win32;processor=x86""".stripMargin.filter(_ != '\n')}),
183183
)
184184

185185
pomExtra := (

0 commit comments

Comments
 (0)