summaryrefslogtreecommitdiff
path: root/BUILD.bazel
diff options
context:
space:
mode:
Diffstat (limited to 'BUILD.bazel')
-rw-r--r--BUILD.bazel2
1 files changed, 1 insertions, 1 deletions
diff --git a/BUILD.bazel b/BUILD.bazel
index 9d4c484..1034eeb 100644
--- a/BUILD.bazel
+++ b/BUILD.bazel
@@ -10,7 +10,7 @@ java_runtime(
local_java_runtime(
name = "jdk17",
- exec_compatible_with = ["//build/bazel/platforms/os:linux"],
+ exec_compatible_with = ["//build/bazel_common_rules/platforms/os:linux"],
java_home = None,
runtime_name = ":jdk17_runtime",
version = "17",