Aaron J. Radke
Results
2
comments of
Aaron J. Radke
I have the same issue on a windows 7 machine and sbt-0.13.11. I can reproduce the issue with a stub empty project with the only file the `project\plugins.sbt` which has...
I have since been able to fix this issue by replacing the following line in `JGitRunner.scala` ``` val cp = cl.getURLs map (_.getFile) mkString ":" ``` to ``` val cp...