File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed
Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -23,6 +23,11 @@ common --check_direct_dependencies=off
2323# Symlinks are pretty much required on windows so enable by default
2424startup --windows_enable_symlinks
2525
26+ # Point tools such as coursier (used in rules_jvm_external) to Bazel's downloaded JDK
27+ # suggested in https://github.com/bazelbuild/rules_jvm_external/issues/445
28+ common --repo_env=JAVA_HOME=../bazel_tools/jdk
29+ common --action_env=JAVA_HOME=../bazel_tools/jdk
30+
2631# Load any settings specific to the current user.
2732# .bazelrc.user should appear in .gitignore so that settings are not shared with team members
2833# This needs to be last statement in this
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ bazel_dep(name = "aspect_bazel_lib", version = "2.7.2")
1010bazel_dep (name = "bazel_features" , version = "1.10.0" )
1111bazel_dep (name = "bazel_skylib" , version = "1.5.0" )
1212bazel_dep (name = "platforms" , version = "0.0.8" )
13- bazel_dep (name = "tar.bzl" , version = "0.5.1 " )
13+ bazel_dep (name = "tar.bzl" , version = "0.5.2 " )
1414
1515oci = use_extension ("//oci:extensions.bzl" , "oci" )
1616oci .toolchains ()
You can’t perform that action at this time.
0 commit comments