my IDEA setting (Maven Repositories)
My Maven repository URL is https://repo.maven.apache.org/maven2
But this URL is unreachable. The correct URL of Central Maven Repository should be https://repo1.maven.apache.org/maven2
With that incorrect URL, I cannot download any Dependency from Remote Repository.
How can I change the Remote Repository to the correct one?