Skip to content

Commit 9bede79

Browse files
authored
fix: add missing plugin to recipe data (#34)
1 parent b979fef commit 9bede79

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ecsact/private/ecsact_build_recipe.bzl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ def _ecsact_build_recipe(ctx):
2828
"codegen": [info.plugin.path],
2929
"outdir": ctx.attr.codegen_plugins[codegen_plugin],
3030
})
31+
recipe_data.append(info.plugin)
3132

3233
recipe = {
3334
"name": ctx.attr.name,

0 commit comments

Comments
 (0)