Searched refs:shortestChain (Results 1 – 1 of 1) sorted by relevance
169 List<GradleModule> shortestChain = findModule(toFind, rootModule.getDependencies()); in findModule() local171 if (shortestChain != null) { in findModule()172 shortestChain.add(0, rootModule); in findModule()175 return shortestChain; in findModule()