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

Merge changes 'refactor modules dependencies' from TCS #117

Merged
merged 19 commits into from
Apr 23, 2023

Conversation

michaem
Copy link
Collaborator

@michaem michaem commented Apr 13, 2023

Source here tinkoff-mobile-tech#1

settings.gradle.kts Outdated Show resolved Hide resolved

}
repositories {
google()
Copy link
Collaborator

Choose a reason for hiding this comment

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

we don't need google and gradle portal repositories for most of the plugins

Copy link
Collaborator

@grine4ka grine4ka Apr 21, 2023

Choose a reason for hiding this comment

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

somehow, due to magic of settings plugins, we need these ones in application settings.gradle.kts

)
)
}


tasks.register("build") {
Copy link
Collaborator

Choose a reason for hiding this comment

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

lets add some comments since its not obvious why we need this tasks

Copy link
Collaborator

Choose a reason for hiding this comment

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

do we need this tasks?
it is a lifecycle task. it's just to be able to call root project task in this way: ./gradlew :build which is the synonym ./gradlew build

stepango and others added 8 commits April 20, 2023 11:45
- Remove root project tasks, cause they are not needed
- Remove empty plugins block in convention-plugins.settings.gradle.kts
- Remove doubling rootProject.name
- Move includeBuild build-dependencies out of pluginManagement block
- Add includeBuild plugins cause we apply tools.forma.android and tools.forma.deps as settings plugin
@stepango stepango merged commit 7505d3f into master Apr 23, 2023
4 checks passed
@stepango stepango deleted the build_deps_from_tcs branch April 23, 2023 20:37
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.

None yet

4 participants