googleapis / googleapis/rules_gapic

Bazel template names should match path

Open
#57 0 comments 0 reactions 0 assignees View on GitHub
priority: p3 type: feature request
Dominant language
Starlark
Stars
9
Forks
11
PR merge metrics
No merged PRs in 30d

Description

Names are currently hardcoded with cloud in the [template](https://github.com/googleapis/rules_gapic/blob/main/bazel/src/main/java/com/google/api/codegen/bazel/BUILD.bazel.gapic_api.mustache).

```
name = "google-cloud-{{assembly_name}}-{{version}}-java",
name = "gapi-cloud-{{assembly_name}}-{{version}}-go",
```

It seems the names could match the path of the build file?

Related to #56

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.