mirror of
https://github.com/bitcoin-s/bitcoin-s.git
synced 2025-02-23 22:56:52 +01:00
Merge pull request #107 from Christewart/file_name_to_long_bug
fix file name to long on encrypted directories
This commit is contained in:
commit
ad686d4e97
1 changed files with 2 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue