Searched refs:BpDeps (Results 1 – 2 of 2) sorted by relevance
138 func (g GoPackage) BpDeps(deps []string) []string { func198 {{- if .BpDeps .AllImports}}200 {{- range .BpDeps .AllImports}}
298 return p.BpDeps("jar", []string{"compile", "runtime"})302 return p.BpDeps("aar", []string{"compile", "runtime"})327 func (p Pom) BpDeps(typeExt string, scopes []string) []string { func