-
Notifications
You must be signed in to change notification settings - Fork 2.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use built-in Gradle shorthand notation for Maven Central repository #581
Conversation
@valfirst Thanks for submitting this PR. What is the purpose of this change? Does it solve a problem? |
|
More details can be found here: https://docs.gradle.org/current/userguide/declaring_repositories.html |
Complete error:
|
No objection to the change, but I cannot recreate the error. Can you provide recreate steps please? |
@stleary most likely you have the dependencies cached in your maven local repo or Gradle cache or even both, so you need
|
It seems reasonable to make this change. |
What problem does this code solve? Risks Changes to the API? Will this require a new release? Should the documentation be updated? Does it break the unit tests? Was any code refactored in this commit? Review status |
No description provided.