diff --git a/cli/BUILD b/cli/BUILD index d57d3f2..4214cfe 100644 --- a/cli/BUILD +++ b/cli/BUILD @@ -54,7 +54,9 @@ kt_jvm_test( jvm_flags = select({ ":macos": ["-Djava.security.manager=allow"], "//conditions:default": [], - }), + }) + [ + "-Dnet.bytebuddy.experimental=true", + ], test_class = "com.bazel_diff.hash.BuildGraphHasherTest", runtime_deps = [":cli-test-lib"], )