diff --git a/build.sbt b/build.sbt index 77c7c77..a5283aa 100644 --- a/build.sbt +++ b/build.sbt @@ -33,7 +33,7 @@ javacOptions ++= Seq("--release", "8", "-Xlint:unchecked") doc / javacOptions := Seq("--release", "8") -fork := true +// fork := true // Check at runtime for JNI errors when running tests Test / javaOptions ++= Seq("-Xcheck:jni")