feat: add includeIsolatedModules option#66
Conversation
|
@iurysza is it possible that there is something wrong on the main branch?
but there all gradle builds succeed. I currently cannot find a way to reproduce the pre merge checks error. |
|
@Haratsu hmm, interesting. I haven't seen issues in the main branch. I'll need to check this over the weekend when I'm back home. |
|
Thanks for your amazingly quick responses. Have a nice weekend |
|
Hello @iurysza, If you like we can have a RL-session in B. which is just ~2 hours from me. |
|
Hey @Haratsu , no problem! I can reproduce the failure locally. Running I'll try to push a fix for that. Sry for the delay. Btw, are you in Berlin? |
|
@iurysza , Thanks for looking into it. I'm located in Dresden, but i have access to an office in Berlin ;-) |
|
@Haratsu nice! It'd be nice hanging out is quite busy because of Droidcon Berlin. Berlindroid is planning something for tomorrow. Btw, pushed the fix. Now gradlew validation check is complaining. I'll need to check it tomorrow. |
|
@iurysza , I hope you had a great weekend. |
|
@iurysza
|
|
Hey @iurysza, |
The old gradle/wrapper-validation-action@v1 has been deprecated in favor of gradle/actions/wrapper-validation@v4
🚀 Description
Adds
includeIsolatedModulesoption (default:false) to the Module Graph plugin. When enabled, modules that have no dependencies or dependants will be shown as isolated Modules in the graph.📄 Motivation and Context
Fixes #56. Adds flexibility to configure the output graph to optionally show modules without connections to other modules.
🧪 How Has This Been Tested?
📦 Types of changes
✅ Checklist