mirror of
https://github.com/bitcoin-s/bitcoin-s.git
synced 2025-02-22 06:31:55 +01:00
Scope the targetting of code only to compiling code, instead of including things like javadoc generation (#632)
This commit is contained in:
parent
393a531f8a
commit
220d8d160e
1 changed files with 1 additions and 1 deletions
|
@ -66,7 +66,7 @@ lazy val commonSettings = List(
|
|||
////
|
||||
scalacOptions in Compile := compilerOpts,
|
||||
scalacOptions in Test := testCompilerOpts,
|
||||
javacOptions ++= Seq("-source", "1.8", "-target", "1.8"),
|
||||
Compile / compile / 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