mirror of
https://github.com/sbt/sbt.git
synced 2026-09-03 07:03:52 +02:00
Travis CI stopped allowing long file names on its file system. We need to explicitly set lower limit on file name length using `-Xmax-classfile-name` Scala compiler option. We set the limit to 240 characters. Fixes #1553