Gradle dependency download broken?

Hello - anybody else have this error at the moment? For some reason pretty simple Gradle dependencies are not downloading. I have tried sandboxing to replicate on my machine and it all works fine using the wrapper or straight. Have SSH’d into the build machine but it keeps throwing this. E.g., :slight_smile:

circleci@dbcbf63f4d38:~/project$ ./gradlew clean test --refresh-dependencies

> Task :compileJava
/home/circleci/project/src/main/java/za/org/grassroot/messaging/service/sms/aat/AatSmsSendingManager.java:5: error: package org.apache.commons.lang3 does not exist
import org.apache.commons.lang3.StringUtils;

Vs on local:

./gradlew clean test --refresh-dependencies
Download https://repo1.maven.org/maven2/com/zaxxer/HikariCP-java6/2.3.13/HikariCP-java6-2.3.13.jar
Download https://repo1.maven.org/maven2/com/mchange/c3p0/0.9.5.2/c3p0-0.9.5.2.jar
Download https://repo1.maven.org/maven2/org/jboss/spec/javax/servlet/jboss-servlet-api_3.1_spec/1.0.2.Final/jboss-servlet-api_3.1_spec-1.0.2.Final.jar

BUILD SUCCESSFUL in 3m 3s
9 actionable tasks: 9 executed

Apache Commons is about the most widely used package out there, and all is fine on local. So guessing may be connection of CircleCI to whatever its closes repo host is. Not sure if this is known?

Best
Luke

False alarm. Was a peculiar hard to replicate but local bug. Closing.