Skip to content

Commit

Permalink
add comment about non-cloud apis
Browse files Browse the repository at this point in the history
  • Loading branch information
alicejli committed May 11, 2024
1 parent 51b1c9c commit 0e80b00
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions spring-cloud-generator/scripts/generate-library-list.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ filename=${SPRING_GENERATOR_DIR}/scripts/resources/library_list.txt
echo "# api_shortname, googleapis-folder, distribution_name:version, monorepo_folder" > "$filename"

# loop through configs for the monorepo (google-cloud-java)
# Note that this logic will not work for non-cloud APIs
count=0
configs=$(yq e '.libraries[]' ./google-cloud-java/generate_config.yaml)
for config_str in $configs; do
Expand Down

0 comments on commit 0e80b00

Please sign in to comment.