Skip to content
This repository has been archived by the owner on Jun 11, 2024. It is now read-only.

Gradle build GET 502 error #2

Open
MarcinMoskala opened this issue Aug 22, 2019 · 1 comment
Open

Gradle build GET 502 error #2

MarcinMoskala opened this issue Aug 22, 2019 · 1 comment
Labels
bug Something isn't working

Comments

@MarcinMoskala
Copy link

I got the following error during Gradle build:

Could not GET Received status code 502 from server: <LibName> Bad Gateway

The solution was to add maven { url "https://maven.google.com" } in project-level:

buildscript {
    repositories {
        google()
        maven { url "https://maven.google.com" }
        //...
    }
    //...
}

There might be some info about it.

@wiyarmir
Copy link
Owner

wiyarmir commented Sep 3, 2019

Thanks for the report! Interesting, let me check if it's something related to the Gradle version. It's green in CI re-runs 🤔

@wiyarmir wiyarmir added the bug Something isn't working label Sep 3, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants