Build failure

AlbinoRhino

Active member
FAILURE: Build failed with an exception.

* What went wrong:
A problem occurred configuring root project 'KoLmafia'.
> Could not resolve all artifacts for configuration ':classpath'.
> Could not resolve org.eclipse.jgit:eek:rg.eclipse.jgit:latest.release.
Required by:
project : > net.nemerosa.versioning:net.nemerosa.versioning.gradle.plugin:2.8.2 > gradle.plugin.net.nemerosa:versioning:2.8.2 > org.ajoberstar.grgit:grgit-core:4.1.0
> Failed to list versions for org.eclipse.jgit:eek:rg.eclipse.jgit.
> Unable to load Maven meta-data from https://plugins.gradle.org/m2/org/eclipse/jgit/org.eclipse.jgit/maven-metadata.xml.
> Could not HEAD 'https://jcenter.bintray.com/org/eclipse/jgit/org.eclipse.jgit/maven-metadata.xml'. Received status code 502 from server: Bad Gateway

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.

* Get more help at https://help.gradle.org

BUILD FAILED in 4s



Anyone have any advice for this? I think it must be something in the last 4 commits, since things built fine yesterday for me.
 

fewyn

Administrator
Staff member
Looks like the jgit repo is returning a 502 server error and when it's checking for updates it's dying.
 
Top