We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0facf04 commit 549ab9eCopy full SHA for 549ab9e
generation/check_non_release_please_versions.sh
@@ -12,6 +12,7 @@ for pomFile in $(find . -mindepth 2 -name pom.xml | sort ); do
12
[[ "${pomFile}" =~ .*java-datastore.* ]] || \
13
[[ "${pomFile}" =~ .*java-logging-logback.* ]] || \
14
[[ "${pomFile}" =~ .*java-bigquery.* ]] || \
15
+ [[ "${pomFile}" =~ .*java-vertexai.* ]] || \
16
[[ "${pomFile}" =~ .*.github*. ]]; then
17
continue
18
fi
@@ -39,4 +40,4 @@ echo "FOUND $violations VIOLATIONS!"
39
40
41
if [[ $violations -gt 0 ]]; then
42
exit 1
-fi
43
+fi
0 commit comments