Skip to content

Commit 8190e1e

Browse files
committed
chore(java-spanner): add to exclusions in generation/check_non_release_please_versions.sh
1 parent 81a0300 commit 8190e1e

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
@@ -13,6 +13,7 @@ for pomFile in $(find . -mindepth 2 -name pom.xml | sort ); do
1313
[[ "${pomFile}" =~ .*java-logging-logback.* ]] || \
1414
[[ "${pomFile}" =~ .*java-bigquery.* ]] || \
1515
[[ "${pomFile}" =~ .*sdk-platform-java.* ]] || \
16+
[[ "${pomFile}" =~ .*java-spanner.* ]] || \
1617
[[ "${pomFile}" =~ .*.github*. ]]; then
1718
continue
1819
fi

0 commit comments

Comments
 (0)