mirror of
https://github.com/sbt/sbt.git
synced 2026-09-03 16:39:24 +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).