Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[WIP] Output Affected Module Paths #278

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

ivanalvarado
Copy link

@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