mirror of
https://github.com/bitcoin-s/bitcoin-s.git
synced 2025-03-25 09:02:11 +01:00
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:
parent
48e379d64e
commit
538f0e4f7f
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue