Skip to content

docs(hermetic-build): improve usability of development guide#12362

Open
diegomarquezp wants to merge 1 commit intomainfrom
observability/tracing/manual-test
Open

docs(hermetic-build): improve usability of development guide#12362
diegomarquezp wants to merge 1 commit intomainfrom
observability/tracing/manual-test

Conversation

@diegomarquezp
Copy link
Copy Markdown
Contributor

No description provided.

Copy link
Copy Markdown
Contributor

@gemini-code-assist gemini-code-assist bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request updates the DEVELOPMENT.md guide for hermetic builds by adding a step to clone the googleapis repository and adjusting the Docker execution command parameters. Feedback was provided to revert a change to the Maven project list path, as the updated path would likely cause the command to fail when executed from the repository root.

org.apache.maven.plugins:maven-help-plugin:evaluate \
-Dexpression=project.version \
-pl gapic-generator-java \
-pl sdk-platform-java/gapic-generator-java \
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

The project list path has been changed to -pl sdk-platform-java/gapic-generator-java, which assumes the command is executed from the parent directory of the repository. Since this documentation is located within the sdk-platform-java repository, developers are more likely to be working from the repository root. If executed from the root, this command will fail. Consider using the relative path from the root or explicitly stating the required working directory.

Suggested change
-pl sdk-platform-java/gapic-generator-java \
-pl gapic-generator-java \

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This makes sense, do we run the scripts from google-cloud-java or google-cloud-java/sdk-platform-java

@diegomarquezp diegomarquezp marked this pull request as ready for review April 2, 2026 02:32
@diegomarquezp diegomarquezp requested a review from a team as a code owner April 2, 2026 02:32
@diegomarquezp diegomarquezp requested a review from blakeli0 April 2, 2026 02:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants