Skip to content

Add missing inputs and outputs to Gradle exec tasks#456

Merged
pkwarren merged 2 commits intomainfrom
pkw/exec-task-inputs-outputs
Apr 23, 2026
Merged

Add missing inputs and outputs to Gradle exec tasks#456
pkwarren merged 2 commits intomainfrom
pkw/exec-task-inputs-outputs

Conversation

@pkwarren
Copy link
Copy Markdown
Member

Update Gradle exec tasks to declare their inputs and outputs, so that tasks won't run multiple times (especially those that interact with the BSR, potentially leading to rate limiting). This is seen in CI runs where make generate and make build run the same generation and export steps.

Update Gradle exec tasks to declare their inputs and outputs, so that
tasks won't run multiple times (especially those that interact with the
BSR, potentially leading to rate limiting). This is seen in CI runs
where `make generate` and `make build` run the same generation and
export steps.
Comment thread conformance/buf.gen.yaml
@@ -1,5 +1,4 @@
version: v2
clean: true
Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This isn't needed and wasn't consistently set across other buf.gen.yaml files.

@pkwarren pkwarren requested a review from stefanvanburen April 23, 2026 15:14
@pkwarren pkwarren merged commit ebfc081 into main Apr 23, 2026
4 checks passed
@pkwarren pkwarren deleted the pkw/exec-task-inputs-outputs branch April 23, 2026 15:17
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