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

Removing Extra Gradle Wrapper #6

Merged
merged 1 commit into from
Apr 24, 2022

Conversation

handstandsam
Copy link
Collaborator

No description provided.

Comment on lines +3 to +10
// Because this is pulled in via "includeBuild" from the root project,
// we need to point to the version catalog. This same method is used
// in Focus: https://github.com/dropbox/focus/blob/main/focus-gradle-plugin/settings.gradle.kts
dependencyResolutionManagement {
versionCatalogs {
create("libs") {
from(files("../gradle/libs.versions.toml"))
versionCatalogs {
create("libs") {
from(files("../gradle/libs.versions.toml"))
}
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If I didn't do this, the libs from Version Catalogs wouldn't resolve. But this works fine.

@handstandsam handstandsam merged commit 136e5ab into main Apr 24, 2022
@handstandsam handstandsam deleted the handstandsam/remove-extra-gradle-wrapper branch April 24, 2022 19:48
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.

1 participant