From 33db5ac22da2c750ce2f756f5ddb2cd7d4c8d010 Mon Sep 17 00:00:00 2001 From: Matt Klein Date: Thu, 29 Aug 2024 12:12:32 -0600 Subject: [PATCH] use hermetic JDK for build/tests (#16) Fixes https://github.com/bitdriftlabs/capture-sdk/issues/13 Signed-off-by: Matt Klein --- .bazelrc | 1 + README.md | 3 --- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/.bazelrc b/.bazelrc index 774bc7e6..b44f643d 100644 --- a/.bazelrc +++ b/.bazelrc @@ -1,4 +1,5 @@ common --experimental_allow_tags_propagation +common --java_runtime_version=remotejdk_11 mobile-install --config=android diff --git a/README.md b/README.md index c1b4a5e1..d7ed8131 100644 --- a/README.md +++ b/README.md @@ -12,9 +12,6 @@ Install required dependencies using following commands: ```bash brew install protobuf flatbuffers llvm - -brew tap mdogan/zulu -brew install --cask zulu-jdk8 zulu-jdk11 ``` Make sure that `llvm-objcopy` is in your `PATH`.