In my gradle build script I use maven central to download all artifacts ``` repositories { mavenCentral() } ``` but I got an error  Is there any alternative url ?
In my gradle build script I use maven central to download all artifacts
but I got an error
Is there any alternative url ?