-
Notifications
You must be signed in to change notification settings - Fork 85
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
chore: generate non-cloud client library #1770
Conversation
docker/owlbot/java/src/fix-poms.py
Outdated
@@ -274,6 +274,12 @@ def update_bom_pom(filename: str, modules: List[module.Module]): | |||
|
|||
tree.write(filename, pretty_print=True, xml_declaration=True, encoding="utf-8") | |||
|
|||
|
|||
def _proto_group_id(group_id: str) -> str: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
def _proto_group_id(group_id: str) -> str: | |
def _proto_group_id(main_artifact_group_id: str) -> str: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done
docker/owlbot/java/src/fix-poms.py
Outdated
@@ -274,6 +274,12 @@ def update_bom_pom(filename: str, modules: List[module.Module]): | |||
|
|||
tree.write(filename, pretty_print=True, xml_declaration=True, encoding="utf-8") | |||
|
|||
|
|||
def _proto_group_id(group_id: str) -> str: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you add source code comment why we had to split the proto group IDs?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Small suggestion for comment and variable name. Approving this pull request regardless whether you incorporate it or not.
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | ||
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> | ||
<modelVersion>4.0.0</modelVersion> | ||
<groupId>com.google.maps.api.grpc</groupId> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice test.
Fix googleapis/google-cloud-java#9125