I could do with some help with our Android builds, as every build this week has failed despite no code changes.
Our Github Actions CI workflow builds every commit . Screenshot shows a successful build of a branch last week, followed by an unsuccessful manually triggered build of the same commit just now.
Relevant log output below.
I can see that https://repo.maven.apache.org/maven2/androidx/core/core/maven-metadata.xml isn’t available, but I’d have expected uproar if many projects were relying on it.
Does anybody have any thoughts on this?
> Task :downloadDependencies FAILED
Caching disabled for task ':downloadDependencies' because:
Build cache is disabled
Task ':downloadDependencies' is not up-to-date because:
Task has not declared any outputs despite executing actions.
Cached resource https://dl.google.com/dl/android/maven2/androidx/core/core/maven-metadata.xml is up-to-date (lastModified: .
Resource missing. [HTTP GET: https://repo.maven.apache.org/maven2/androidx/core/core/maven-metadata.xml]
Resource missing. [HTTP GET: https://repo.maven.apache.org/maven2/androidx/core/core/maven-metadata.xml]
Resource missing. [HTTP GET: https://repo.maven.apache.org/maven2/androidx/core/core/maven-metadata.xml]
FAILURE: Build failed with an exception.
* Where:
Build file '/tmp/job9107201203857547277/build.gradle' line: 49
* What went wrong:
Execution failed for task ':downloadDependencies'.
> Could not resolve all dependencies for configuration ':releaseRuntimeClasspath'.
> Could not resolve androidx.core:core:1.6.+.
Required by:
project :
> Failed to list versions for androidx.core:core.
> Unable to load Maven meta-data from https://dl.google.com/dl/android/maven2/androidx/core/core/maven-metadata.xml.
> org.xml.sax.SAXNotRecognizedException: Property 'http://javax.xml.XMLConstants/property/accessExternalSchema'
> Failed to list versions for androidx.core:core.
> Unable to load Maven meta-data from https://dl.google.com/dl/android/maven2/androidx/core/core/maven-metadata.xml.
> org.xml.sax.SAXNotRecognizedException: Property 'http://javax.xml.XMLConstants/property/accessExternalSchema'