Skip to content

Commit a9e10e9

Browse files
committed
[bazel] Switch from a deprecated flag to the recommended alternative
1 parent 4134935 commit a9e10e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.bazelrc

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ build --tool_java_language_version=11
1111
build --javacopt="--release 8"
1212

1313
# Require java dependencies to be used and first-order
14-
build --strict_java_deps=strict
14+
build --experimental_strict_java_deps=strict
1515
build --explicit_java_test_deps
1616

1717
# Ensure builds are unpolluted by the user env

0 commit comments

Comments
 (0)