File tree Expand file tree Collapse file tree 1 file changed +1
-5
lines changed
cli/src/main/kotlin/com/bazel_diff/bazel Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Original file line number Diff line number Diff line change 11package com.bazel_diff.bazel
22
33import com.bazel_diff.log.Logger
4- import java.util.Calendar
54import org.koin.core.component.KoinComponent
65import org.koin.core.component.inject
6+ import java.util.Calendar
77
88class BazelClient (
99 private val useCquery : Boolean ,
@@ -35,10 +35,6 @@ class BazelClient(
3535 // In addition, we must include all source dependencies in this query in order for them to
3636 // show up in
3737 // `configuredRuleInput`. Hence, one must not filter them out with `kind(rule, deps(..))`.
38- // However, these
39- // source targets are omitted inside BazelQueryService with the custom starlark function
40- // used to print
41- // labels.
4238 (queryService.query(" deps(//...:all-targets)" , useCquery = true ) +
4339 queryService.query(repoTargetsQuery.joinToString(" + " ) { " '$it '" }))
4440 .distinctBy { it.name }
You can’t perform that action at this time.
0 commit comments