You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by sm...@apache.org on 2021/10/25 08:00:59 UTC

[cassandra-builds] branch trunk updated: disabling dependency checks

This is an automated email from the ASF dual-hosted git repository.

smiklosovic pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/cassandra-builds.git


The following commit(s) were added to refs/heads/trunk by this push:
     new b994726  disabling dependency checks
b994726 is described below

commit b994726be5f5800889134dd0b81e7d483cbee619
Author: Stefan Miklosovic <sm...@apache.org>
AuthorDate: Mon Oct 25 09:59:52 2021 +0200

    disabling dependency checks
---
 build-scripts/cassandra-artifacts.sh | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/build-scripts/cassandra-artifacts.sh b/build-scripts/cassandra-artifacts.sh
index 0e51778..80185f9 100755
--- a/build-scripts/cassandra-artifacts.sh
+++ b/build-scripts/cassandra-artifacts.sh
@@ -50,7 +50,8 @@ set +e # disable immediate exit from this point
 ARTIFACTS_BUILD_RUN=0
 ECLIPSE_WARNINGS_RUN=0
 
-HAS_DEPENDENCY_CHECK_TARGET=$(ant -p build.xml | grep "dependency-check " | wc -l)
+#HAS_DEPENDENCY_CHECK_TARGET=$(ant -p build.xml | grep "dependency-check " | wc -l)
+HAS_DEPENDENCY_CHECK_TARGET=0
 # versions starting from 6.4.1 contain "rate limiter" functionality to make builds more stable
 # https://github.com/jeremylong/DependencyCheck/pull/3725
 DEPENDENCY_CHECK_VERSION=6.4.1

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cassandra.apache.org
For additional commands, e-mail: commits-help@cassandra.apache.org