mirror of
https://github.com/bitcoin-s/bitcoin-s.git
synced 2025-01-18 21:34:39 +01:00
fix file name to long on encrypted directories
This commit is contained in:
parent
8f9ca8ac45
commit
bedfacffb5
@ -17,3 +17,5 @@ mergeStrategy in assembly <<= (mergeStrategy in assembly) { (old) => {
|
||||
assemblyOption in assembly := (assemblyOption in assembly).value.copy(includeScala = false)
|
||||
|
||||
//testOptions in Test += Tests.Argument("-oF")
|
||||
|
||||
scalacOptions ++= Seq("-Xmax-classfile-name", "140")
|
||||
|
Loading…
Reference in New Issue
Block a user