You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I need help with configuring ReportMergeTask for a multi module project in a convention plugin.
My problem is when executed, the task overwrites the xml output instead of merging; only the output of the last task is preserved.
When running run ./gradlew detekt, only the output of the last error is preserved
When running ./gradlew reportMerge, the output is empty (because the last executed task had no errors)
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
I need help with configuring
ReportMergeTaskfor a multi module project in a convention plugin.My problem is when executed, the task overwrites the xml output instead of merging; only the output of the last task is preserved.
When running run
./gradlew detekt, only the output of the last error is preservedWhen running
./gradlew reportMerge, the output is empty (because the last executed task had no errors)My Environment
Beta Was this translation helpful? Give feedback.
All reactions