提交 ccee3457 编写于 作者: J jurgen

Dependency resolution. Local driver file cache

Former-commit-id: a5913a09
上级 59466730
......@@ -961,6 +961,9 @@ public class DriverDescriptor extends AbstractDescriptor implements DBPDriver
}
private void collectLibraryFiles(DBPDriverDependencies.DependencyNode node, List<DriverFileInfo> files) {
if (node.duplicate) {
return;
}
files.add(new DriverFileInfo(node.library));
for (DBPDriverDependencies.DependencyNode sub : node.dependencies) {
collectLibraryFiles(sub, files);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册