Skip to content

Conversation

@ivanalvarado
Copy link
Contributor

@ivanalvarado ivanalvarado commented Jan 16, 2025

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.

@CLAassistant
Copy link

CLAassistant commented Jan 16, 2025

CLA assistant check
All committers have signed the CLA.

@ivanalvarado ivanalvarado changed the title Output Affected Module Paths [WIP] Output Affected Module Paths Jan 16, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants