smiklosovic commented on code in PR #2852:
URL: https://github.com/apache/cassandra/pull/2852#discussion_r1540908062
##########
.build/check-code.sh:
##########
@@ -24,5 +24,5 @@ command -v ant >/dev/null 2>&1 || { echo >&2 "ant needs to be
installed"; exit 1
[ -f "${CASSANDRA_DIR}/build.xml" ] || { echo >&2 "${CASSANDRA_DIR}/build.xml
must exist"; exit 1; }
# execute
-ant -f "${CASSANDRA_DIR}/build.xml" check dependency-check
+ant -f "${CASSANDRA_DIR}/build.xml" check # dependency-check # FIXME
dependency-check now requires NVD key downloaded first
Review Comment:
we could probably workaround it somewhere when this gets merged.
https://github.com/apache/cassandra/pull/3191/files
We might stop to require key if we just point it to a mirror.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]