Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: specify bazel version in googleapis #1428

Closed
wants to merge 1 commit into from

Conversation

diegomarquezp
Copy link
Contributor

Uses a .bazelversion file as explained in bazelisk docs

@sonarqubecloud
Copy link

sonarqubecloud bot commented Jan 4, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

@zhumin8
Copy link
Contributor

zhumin8 commented Jan 5, 2023

the USE_BAZEL_VERSION variable is already set in .bazeliskrc file within googleapis. And takes priority over your setup here based on bazelisk docs.
Is this change needed? Or is your intent to have a fall back version here?

ref: #1409 (review)

@zhumin8 zhumin8 added the codegen label Jan 5, 2023
@diegomarquezp
Copy link
Contributor Author

the USE_BAZEL_VERSION variable is already set in .bazeliskrc file within googleapis

Indeed, thanks!

diegomarquezp added a commit that referenced this pull request Jan 7, 2023
The source of changes was moved to #1422 for which several PRs were made and
are now either closed or merged (#1430, #1428, #1427, #1426, #1425
, #1424). #1423 has not been merged as gapic-generator-java/1212 will
invalidate this fix

The found (and fixed) errors were:
* the call to `xmllint` did not handle an empty `<modules>` list,
causing the module addition function to fail in `generate-one`
* missing `OPTARG` key `-x`, for commitish in `generate-one`
diegomarquezp added a commit that referenced this pull request Jan 13, 2023
* fix: after merging breakdown of #1407

The source of changes was moved to #1422 for which several PRs were made and
are now either closed or merged (#1430, #1428, #1427, #1426, #1425
, #1424). #1423 has not been merged as gapic-generator-java/1212 will
invalidate this fix

The found (and fixed) errors were:
* the call to `xmllint` did not handle an empty `<modules>` list,
causing the module addition function to fail in `generate-one`
* missing `OPTARG` key `-x`, for commitish in `generate-one`

* chore: undo unnecessary whitespace removal

* fix: add module to pom - remove comment in pom and redundant folder spec
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants