You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 7, 2024. It is now read-only.
When you enable generation of the libraries file, the file includes all repositories that you have set in the entire gradle project, this isn't a big issue but it causes server to keep looking around repositories.
Ways this can be fixed
Automatically detect the repositories required
Allow us to override the repositories section that will be put in the libraries file
When you enable generation of the libraries file, the file includes all repositories that you have set in the entire gradle project, this isn't a big issue but it causes server to keep looking around repositories.
Ways this can be fixed