Skip to content

Commit 8033d6a

Browse files
committed
chore(google-auth-library-java): add to exclusions in generation/check_non_release_please_versions.sh
1 parent 008411f commit 8033d6a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

generation/check_non_release_please_versions.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ for pomFile in $(find . -mindepth 2 -name pom.xml | sort ); do
1414
[[ "${pomFile}" =~ .*java-bigquery.* ]] || \
1515
[[ "${pomFile}" =~ .*sdk-platform-java.* ]] || \
1616
[[ "${pomFile}" =~ .*java-spanner.* ]] || \
17+
[[ "${pomFile}" =~ .*google-auth-library-java.* ]] || \
1718
[[ "${pomFile}" =~ .*.github*. ]]; then
1819
continue
1920
fi

0 commit comments

Comments
 (0)