mirror of https://github.com/sbt/sbt.git
Even though it's not really used, updateClassifiers constructs
dependency graph based on the result from update.
The direct cause of #2264 came from the fact that the `allModules`
returned from ConfigurationReport did not include dependency
configurations. For example it returned "compile" instead of
"compile->runtime". I've identified that in #2264 and was fixed by
@Duhemm in
|
||
|---|---|---|
| .. | ||
| add-MavenRepository.localIfFile.markdown | ||
| add-append.sequence-list.markdown | ||
| compiler-interface-specific-sources.md | ||
| def-settings.markdown | ||
| fix-duplicate-warnings.markdown | ||
| fix-snapshot-srcs-docs.markdown | ||
| fix-updateclassifiers-configuration.markdown | ||
| hide-stacktrace.markdown | ||
| java-constant-fields.markdown | ||
| local-java-report-errors.md | ||
| log-java-options.markdown | ||
| maven-plugin-transitive-excludes.markdown | ||
| proper-line-content-from-local-javac.markdown | ||
| public-null-logger.markdown | ||
| warn-on-intransitive-pom.markdown | ||