mirror of
https://github.com/sbt/sbt.git
synced 2026-09-04 08:45:56 +02:00
Scala compiler's way of handling empty classpath argument is problematic. This workaround appends a dummy classpath argument when the classpath is actually empty. Fixes #269 (also see #82, #85).