Make sure our secp256k1jni package is compiled against java 8 (#629)

* Make sure our secp256k1jni package is compiled against java 8

* revert submodule
This commit is contained in:
Chris Stewart 2019-07-16 07:07:36 -05:00 committed by GitHub
parent 48e379d64e
commit 538f0e4f7f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -66,6 +66,7 @@ lazy val commonSettings = List(
////
scalacOptions in Compile := compilerOpts,
scalacOptions in Test := testCompilerOpts,
javacOptions ++= Seq("-source", "1.8", "-target", "1.8"),
//show full stack trace of failed tests
testOptions in Test += Tests.Argument(TestFrameworks.ScalaTest, "-oF"),
//show duration of tests