mirror of
https://github.com/bitcoin-s/bitcoin-s.git
synced 2025-03-03 18:47:38 +01:00
Target jvm 1.8 with test files along with source files (#631)
This commit is contained in:
parent
4b95383020
commit
5bbcc33cb6
1 changed files with 2 additions and 2 deletions
|
@ -15,13 +15,13 @@ lazy val commonCompilerOpts = {
|
|||
List(
|
||||
"-Xmax-classfile-name",
|
||||
"128",
|
||||
"-Xsource:2.12"
|
||||
"-Xsource:2.12",
|
||||
"-target:jvm-1.8"
|
||||
)
|
||||
}
|
||||
|
||||
//https://docs.scala-lang.org/overviews/compiler-options/index.html
|
||||
lazy val compilerOpts = Seq(
|
||||
"-target:jvm-1.8",
|
||||
"-encoding",
|
||||
"UTF-8",
|
||||
"-unchecked",
|
||||
|
|
Loading…
Add table
Reference in a new issue