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

Use an artifact transform to unpack the codegen #304

Merged
merged 7 commits into from
Dec 12, 2024

Conversation

ogolberg
Copy link
Member

@ogolberg ogolberg commented Dec 8, 2024

The original mechanism of unpacking into .gradle (not a build output directory) and making assumptions about snapshot vs non-snapshot versions was always sketchy at best.

This introduces an artifact transform to let Gradle manage and unpack the codegen application bundle.

This change also adds the codegen application as an input to protobuf codegen tasks thus fixing false build cache hits.

@ogolberg ogolberg marked this pull request as ready for review December 12, 2024 16:02
@ogolberg ogolberg merged commit ae69ee9 into open-toast:main Dec 12, 2024
19 checks passed
@ogolberg ogolberg deleted the artifact-transform branch December 12, 2024 16:22
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