Skip to content
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

Optimise repositories declarations #173

Merged
merged 1 commit into from
Nov 14, 2023
Merged

Optimise repositories declarations #173

merged 1 commit into from
Nov 14, 2023

Conversation

sellmair
Copy link
Contributor

Previously the same repositories for plugins as well as for compile/runtime dependencies were used.

The order of repositories was suboptimal as every dependency was requested in the following order:

-> google(): Only contains Android dependencies that we care about
-> gradlePluginPortal(): Should only be used to resolve Gradle plugins
-> mavenCental(): OK

Previously the same repositories for plugins as well as for
compile/runtime dependencies were used.

The order of repositories was suboptimal as every dependency was requested
in the following order:

-> google(): Only contains Android dependencies that we care about
-> gradlePluginPortal(): Should only be used to resolve Gradle plugins
-> mavenCental(): OK
@joreilly joreilly merged commit 824ad26 into joreilly:main Nov 14, 2023
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants