Skip to content

Commit 0948fc9

Browse files
committed
tar.bzl 0.5.2
1 parent 347fdbe commit 0948fc9

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.bazelrc

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,11 @@ common --check_direct_dependencies=off
2323
# Symlinks are pretty much required on windows so enable by default
2424
startup --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

MODULE.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ bazel_dep(name = "aspect_bazel_lib", version = "2.7.2")
1010
bazel_dep(name = "bazel_features", version = "1.10.0")
1111
bazel_dep(name = "bazel_skylib", version = "1.5.0")
1212
bazel_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

1515
oci = use_extension("//oci:extensions.bzl", "oci")
1616
oci.toolchains()

0 commit comments

Comments
 (0)