Skip to content

Commit

Permalink
chore: treat java-iam as special structure module (#1777)
Browse files Browse the repository at this point in the history
  • Loading branch information
suztomo committed Mar 16, 2023
1 parent 92006bb commit 4a1a55c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/owlbot/java/src/fix-poms.py
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,7 @@ def main():
main_module = existing_modules[artifact_id]

if artifact_id in ["grafeas", "google-cloud-dns",
"google-cloud-notification"]:
"google-cloud-notification", "java-iam"]:
# There are special libraries that are not automatically generated
print(f"Skipping a special case library {artifact_id} that do not have "
" the standard module structure.")
Expand Down

0 comments on commit 4a1a55c

Please sign in to comment.