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

Follow conventions for generated directory #1403

Merged
merged 1 commit into from
Mar 21, 2024

Conversation

pkoenig10
Copy link
Member

Small follow up from #1401.

Before this PR

Annotation processors generate code into build/generated/sources/<name>/java/main but this plugin generates code into build/generated/sources/<name>/main/java.

While this is different than user-authored code, we should strive to follow the directory conventions for generated code.

After this PR

This plugin generates code into build/generated/sources/<name>/main/java.

@felixdesouza
Copy link
Contributor

👍 thanks!

@bulldozer-bot bulldozer-bot bot merged commit 2a431f5 into develop Mar 21, 2024
5 checks passed
@bulldozer-bot bulldozer-bot bot deleted the pkoenig/generatedDir branch March 21, 2024 18:34
@svc-autorelease
Copy link
Collaborator

Released 5.44.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants