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

Add source sets #601

Merged
merged 2 commits into from
Aug 29, 2022
Merged

Add source sets #601

merged 2 commits into from
Aug 29, 2022

Conversation

rougsig
Copy link
Collaborator

@rougsig rougsig commented Aug 29, 2022

Background:
Generated code was not in sourceSets. This is a problem for the task configuration. For example, the jar task does not package generated proto class.

Changes:
Add generateProtoTask to java sourceSet.

Test plan:
Green pipelines, production code logic was not changed.

Before this change generated proto sources was injected directly to compile tasks
@rougsig rougsig requested review from ejona86 and YifeiZhuang August 29, 2022 10:38
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