We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b1272f commit d717cb1Copy full SHA for d717cb1
ecsact/private/ecsact_build_recipe.bzl
@@ -25,7 +25,7 @@ def _ecsact_build_recipe(ctx):
25
for codegen_plugin in ctx.attr.codegen_plugins:
26
info = codegen_plugin[EcsactCodegenPluginInfo]
27
sources.append({
28
- "codegen": [info.plugin],
+ "codegen": [info.plugin.path],
29
"outdir": ctx.attr.codegen_plugins[codegen_plugin],
30
})
31
0 commit comments