Skip to content

Commit

Permalink
exclude java-samples
Browse files Browse the repository at this point in the history
  • Loading branch information
JoeWang1127 committed May 23, 2024
1 parent 8450aea commit 639335e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions generation/check_existing_release_versions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,9 @@ function find_existing_version_pom() {
return_code=0

for pom_file in $(find . -maxdepth 3 -name pom.xml|sort --dictionary-order); do
if [[ "${pom_file}" == *java-samples* ]]; then
continue
fi
find_existing_version_pom "${pom_file}"
done

Expand Down

0 comments on commit 639335e

Please sign in to comment.