Sources are not downloaded with cached resolution enabled
Hi,
I have a sbt project with cached resolution enabled: updateOptions.value.withCachedResolution(true) (see http://typesafe.com/blog/improved-dependency-management-with-sbt-0137).
When I import this project into IntelliJ with "Download sources and docs" enabled source and docs jars for libraries are not downloaded. After disabling cached resolution sources and docs are downloaded correctly.
Is source jar download part of the Scala integration?
Please sign in to leave a comment.
Hi!
Source jars downloading is peformed by calling `*:updateClassifiers` SBT command; we do not download anything ourselves. I'd like to suggest that you try to run `*:updateClassifiers` in SBT repl: if it's not downloading anything there I'm afraid this is SBT's problem.