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

Remove the printModulePaths task and read modules direct from settings #1460

Merged
merged 1 commit into from
May 22, 2024

Conversation

dturner
Copy link
Collaborator

@dturner dturner commented May 21, 2024

What I have done and why
I've updated the generateModuleGraphs.sh script to remove the dependency on the printModulePaths gradle task. This task was unnecessarily run during the gradle configuration phase and has now been removed. Instead, the bash script just reads the module paths direct from settings.gradle.kts.

Also referenced here: #1293

Change-Id: Ib871afb7e9f5da3a4240e18062fad9e701c218e7
@dturner dturner self-assigned this May 21, 2024
Copy link

Combined test coverage report

Overall Project 40.57% 🍏

There is no coverage information present for the Files changed

@Jaehwa-Noh
Copy link
Contributor

Jaehwa-Noh commented May 22, 2024

There are different way to define include projects.
include(":app", ":core:common", ":core:database", ":feature:foryou", ":core:datastore")

This way wouldn't be your regex work properly.
But current project doesn't use that way, so that It looks good choice alternative way to get modules path.

@dturner dturner merged commit e5008c6 into main May 22, 2024
4 checks passed
@dturner dturner deleted the dt/tidy-graph-script branch May 22, 2024 12:05
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

2 participants