googleapis / googleapis/rules_gapic
Run actual build_gen bazel target in CI
Open
priority: p3
type: feature request
- Dominant language
- Starlark
- Stars
- 9
- Forks
- 11
- PR merge metrics
- No merged PRs in 30d
Description
Would be nice to run the actual `java_binary` target in CI to make sure we don't use Java features not supported by the lowest version we claim to support (1.8). Would prevent problems like in #145 where `String.isBlank` started failing for some users.
https://github.com/googleapis/rules_gapic/blob/34c2750dff31b95609a209859d63efd0f4b60772/bazel/BUILD.bazel#L8-L19
Contributor guide
Assessment
This issue has not been assessed yet.