mirror of https://github.com/sbt/sbt.git
Fixes https://github.com/sbt/sbt/issues/5339 It seems like some tests are using `ClassLoader#getResource("")` to acquire the `classes` directory path. This does not seem to work on sbt 1.3.6, which returns `file:/home/travis/.cache/coursier/v1/https/repo1.maven.org/maven2/org/apache/logging/log4j/log4j-api/2.11.2/log4j-api-2.11.2.jar!/META-INF/versions/9/`. To workaround this issue, I've switched to loading the known folder name instead. |
||
|---|---|---|
| .. | ||
| src | ||
| NOTICE | ||