This repository was archived by the owner on May 14, 2026. It is now read-only.
Commit 1aac2f9
authored
chore: avoid using implicitly declared samples target in BUILD.bazel (#994)
* chore: avoid using implictly declared target
Now to include samples in the package we have to pass includeSamples = True in the build file such as:
java_gapic_assembly_gradle_pkg(
name = "google-cloud-accessapproval-v1-java",
deps = [
":accessapproval_java_gapic",
":accessapproval_java_grpc",
":accessapproval_java_proto",
":accessapproval_proto",
],
includeSamples = True,
)
* use snake case1 parent 4673e52 commit 1aac2f9
1 file changed
Lines changed: 4 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
317 | 317 | | |
318 | 318 | | |
319 | 319 | | |
| 320 | + | |
320 | 321 | | |
321 | 322 | | |
322 | 323 | | |
| |||
341 | 342 | | |
342 | 343 | | |
343 | 344 | | |
344 | | - | |
345 | | - | |
346 | | - | |
| 345 | + | |
| 346 | + | |
| 347 | + | |
347 | 348 | | |
348 | 349 | | |
349 | 350 | | |
| |||
0 commit comments