Skip to content

Commit

Permalink
Set bytebuddy experimental (#237)
Browse files Browse the repository at this point in the history
This is needed on Java 21+
  • Loading branch information
tinder-maxwellelliott authored Oct 4, 2024
1 parent a3ac83b commit 26c2c80
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion cli/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -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"],
)
Expand Down

0 comments on commit 26c2c80

Please sign in to comment.