It is possible to somehow disable maven central repository in Gradle?
I want to use only the company artifactory and Gradle should not use any other repo.
I have defined just my repo in the project repo, but Gradle still using repo.maven.apache.org
Why?
↧
Disable repo.maven.apache.org
↧