googleapis / java-shared-config

Shared Maven build configuration for Google Cloud Java client libraries.
Apache License 2.0
19 stars 15 forks source link

refactor `client-library-check.sh` and `client-library-check-doclet.sh` #756

Open alicejli opened 7 months ago

alicejli commented 7 months ago

There is a decent amount of duplicate code between client-library-check.sh and client-library-check-doclet.sh. This issue tracks the work to refactor the scripts such that common code can be shared between them instead of duplicated.