Suggested way to implement for multi-module apps #61
Replies: 2 comments
-
@sudhirkhanger correct. The current Gradle plugin does not support the aggregation of modules. We can try to build this. |
Beta Was this translation helpful? Give feedback.
-
Is this supported now ? I am also trying on a multi module project. Also i tried to use the CLI and it seems like it needs JAVA 11 ? Got this error for npm cli |
Beta Was this translation helpful? Give feedback.
-
How can I implement this in a multi-module app? My current workflow is generating all the metrics in a single place and then running the CLI which gives me a nice single index.html. Is something like that possible with the Gradle plugin?
It seems Gradle plugin is
Apply in the module level project:
applied at module level and it generates reports and html individually for each module.Beta Was this translation helpful? Give feedback.
All reactions