mirror of https://github.com/sbt/sbt.git
We were incorrectly building the dependency layer in the run task using the raw jars from dependencyClasspath rather than the actual classpath jars (which may be different if bgCopyClasspath is true -- which it is by default). This was preventing spark from working with AllLibraryJars because it would load its classes and resources from the coursier cache but the classpath filter would reject the resources because they came from the coursier cache instead of the classpath. |
||
|---|---|---|
| .. | ||
| main | ||
| test | ||