Slackbot
09/27/2023, 1:08 PMJavier
09/27/2023, 1:14 PMColton Idle
09/27/2023, 1:23 PMJavier
09/27/2023, 1:26 PM./gradlew detekt
will run all detekt tasks in all modules.
You need to call that in each build (so one for the main build and N more for each included build).
You can create a script which does that in one command../gradlew detekt :included-a:detekt :included-b:detekt …