We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c822447 commit 461504eCopy full SHA for 461504e
.ci/build.sh
@@ -31,6 +31,9 @@ function build() {
31
exit 0
32
fi
33
34
+ # stop early for invalid maven version and branch/tag combination
35
+ pmd_ci_maven_verify_version || exit 0
36
+
37
# only builds on pmd/pmd-eclipse-plugin continue here
38
pmd_ci_log_group_start "Setup environment"
39
pmd_ci_setup_secrets_private_env
0 commit comments