Skip to content

Commit 26c2c80

Browse files
Set bytebuddy experimental (#237)
This is needed on Java 21+
1 parent a3ac83b commit 26c2c80

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

cli/BUILD

+3-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,9 @@ kt_jvm_test(
5454
jvm_flags = select({
5555
":macos": ["-Djava.security.manager=allow"],
5656
"//conditions:default": [],
57-
}),
57+
}) + [
58+
"-Dnet.bytebuddy.experimental=true",
59+
],
5860
test_class = "com.bazel_diff.hash.BuildGraphHasherTest",
5961
runtime_deps = [":cli-test-lib"],
6062
)

0 commit comments

Comments
 (0)