Skip to content

Commit d9aafaf

Browse files
authored
fix: dont declare folder same name as target (#41)
* bazel doesn't allow multiple targets to have the same prefix (a directory) and since we're generating files in the folder we don't want to declare it, just write to it
1 parent 3787dd2 commit d9aafaf

File tree

4 files changed

+12
-1702
lines changed

4 files changed

+12
-1702
lines changed

e2e/bzlmod-ecsact-sdk/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
MODULE.bazel.lock

e2e/bzlmod-ecsact-sdk/BUILD.bazel

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ load("@rules_ecsact//ecsact:defs.bzl", "ecsact_codegen")
33

44
ecsact_codegen(
55
name = "all_default_codegen_plugins",
6+
output_directory = "codegen_outputs",
67
srcs = [
78
"example.ecsact",
89
"extras.ecsact",

0 commit comments

Comments
 (0)