Skip to main content

resolve_bazel_classpath

Function resolve_bazel_classpath 

Source
pub fn resolve_bazel_classpath(
    config: &ResolveConfig,
) -> ClasspathResult<Vec<ResolvedClasspath>>
Expand description

Resolve classpath for a Bazel project.

Strategy:

  1. Try bazel cquery to list Java compilation outputs
  2. Parse output for JAR paths in bazel-out/ and external repository cache
  3. Try maven_install.json for coordinates mapping
  4. On failure, fall back to cache