aratno commented on a change in pull request #1382:
URL: https://github.com/apache/cassandra/pull/1382#discussion_r789175406
##########
File path: .build/build-resolver.xml
##########
@@ -56,6 +56,9 @@
<resolver:remoterepos id="all">
<remoterepo id="resolver-central"
url="${artifact.remoteRepository.central}"/>
<remoterepo id="resolver-apache"
url="${artifact.remoteRepository.apache}"/>
+ <remoterepo id="resolver-apache-snapshots"
url="${artifact.remoteRepository.apacheSnapshots}">
Review comment:
I mistakenly thought my build was fixed too and had the same problem.
Fixed with `ant
-Dartifact.remoteRepository.apacheSnapshots=https://repository.apache.org/content/repositories/snapshots
<command>`; should we put this property in `build.xml`?
--
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]