There was an error while loading. Please reload this page.
1 parent 3602660 commit 3c19c33Copy full SHA for 3c19c33
docker/owlbot/java/src/fix-poms.py
@@ -330,8 +330,9 @@ def main():
330
)
331
main_module = existing_modules[artifact_id]
332
333
+ # Artifact ID is part of distribution name field in .repo-metadata.json
334
if artifact_id in ["grafeas", "google-cloud-dns",
- "google-cloud-notification", "java-iam"]:
335
+ "google-cloud-notification", "google-iam-policy"]:
336
# There are special libraries that are not automatically generated
337
print(f"Skipping a special case library {artifact_id} that do not have "
338
" the standard module structure.")
0 commit comments