AffectedModuleDetector icon indicating copy to clipboard operation
AffectedModuleDetector copied to clipboard

[WIP] Output Affected Module Paths

Open ivanalvarado opened this issue 10 months ago • 1 comments

Summary

This pull request introduces a new Gradle task, outputAffectedModules, that provides the paths of affected modules. The paths are output in two locations:

  1. Console Output:
> Task :outputAffectedModules
Affected Modules:
:
:sample-app
:sample-core
:sample-jvm-module
:sample-util
Affected Modules written to <absolute/path/to>/AffectedModuleDetector/sample/build/affected_modules_paths.txt
  1. File Output: Written to build/affected_modules_paths.txt, the root project directory.

Request for this was made in this ASG thread.

ivanalvarado avatar Jan 16 '25 06:01 ivanalvarado

CLA assistant check
All committers have signed the CLA.

CLAassistant avatar Jan 16 '25 06:01 CLAassistant