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

Do not use GenerateProtoTask as source of output dirs information (3/3) #670

Open
wants to merge 16 commits into
base: master
Choose a base branch
from

Conversation

rougsig
Copy link
Collaborator

@rougsig rougsig commented Jan 25, 2023

Background
To prevent eager task configuration for android, we need to know the list of output folders from generate proto task.

Changes
Use GenerateProtoTaskSpec as the source of trust for agp plugin. Just replaced usage of GenerateProtoTask to GenerateProtoTaskSpec

Test plan
Green pipelines. No eager task configuration for android plugin part. Special test case was added.

Note
merge after #669

In java part we still have eager tasks configuration, if project have idea or eclipse plugin

@rougsig rougsig changed the title Feat/643 (3/3) Do not use GenerateProtoTask as source of output dirs information (3/3) Jan 25, 2023
@rougsig
Copy link
Collaborator Author

rougsig commented Jan 25, 2023

final fix for #643

@rougsig
Copy link
Collaborator Author

rougsig commented Jan 28, 2023

Do not forget to update readme.md files. Will be in extra PR 4/3

@rougsig rougsig marked this pull request as ready for review January 28, 2023 19:33
@rougsig rougsig requested a review from ejona86 January 28, 2023 19:33
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.

1 participant