Repo for Maven Artifacts for WPILib is returning 502 bad gateway

I am currently attempting to build a gradle project that uses NTCore, and it is unable to build due to the files not downloading.

Would really appreciate an timetable on when it can return.

It’s down for an artifactory update. Should be up within the next hour or so.

Ah, thanks!

It is still down… are you guys having issues?

It had an issue during the update. We are working on restoring from backup right now.

Is there a way to tell gradle to build using the local repo cache? All of the jar files needed are stored in the gradle cache (~/.gradle) as best I can tell. Can you tell gradle to assume those libraries are up to date and just use them?

Sjcbulldog

You need to build with --offline. If building from command line, you can just add that. If building from VS Code, there is a command in the command palette to add offline mode to all builds. Enable that for the project, and the project will build.

Thanks worked perfectly.

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.