Skip to content

Commit 5269d45

Browse files
committed
chore(java-spanner-jdbc): add to exclusions in generation/check_non_release_please_versions.sh
1 parent c595e37 commit 5269d45

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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}" =~ .*java-spanner-jdbc.* ]] || \
1718
[[ "${pomFile}" =~ .*.github*. ]]; then
1819
continue
1920
fi

0 commit comments

Comments
 (0)