Skip to content

Commit fb6219c

Browse files
committed
Fix issues with release note validation
1 parent c9dd78d commit fb6219c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.bazelrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ common --experimental_isolated_extension_usages
77

88
try-import ./.bazel-remote-cache.rc
99

10-
build --incompatible_strict_action_env --java_language_version=11 --javacopt='--release 11'
10+
build --incompatible_strict_action_env --java_language_version=11 --javacopt='--release 11' --enable_runfiles --legacy_external_runfiles
1111
run --incompatible_strict_action_env
1212
test --incompatible_strict_action_env
1313

0 commit comments

Comments
 (0)