mirror of https://github.com/sbt/sbt.git
**Problem** The projectDescriptors key in sbt.Keys leaked Ivy classes (ModuleRevisionId, ModuleDescriptor) through its API surface. No external plugins use this key. **Solution** Remove projectDescriptors entirely. IvyDependencyPlugin now uses its internal depMap method directly for projectResolverTask and coursierExtraProjectsTask, eliminating unnecessary Any casts. The descriptors field is also removed from GlobalPluginData. Fixes sbt#8865 |
||
|---|---|---|
| .. | ||
| src | ||
| NOTICE | ||