Skip to content

Commit

Permalink
fix (build): Drop Java 21 Toolchain with fixed path from WORKSPACE, s…
Browse files Browse the repository at this point in the history
…o that it also works on CI
  • Loading branch information
vorburger committed Jan 17, 2024
1 parent 948cb27 commit 6c4797d
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions WORKSPACE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,6 @@

load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")

# https://bazel.build/docs/bazel-and-java#config-execution-toolchains
load("@bazel_tools//tools/jdk:local_java_repository.bzl", "local_java_repository")

local_java_repository(
name = "localjdk_21",
java_home = "/usr/lib/jvm/java-21/",
version = "21",
)

GRPC_JAVA_VERSION = "1.61.0"

# https://github.com/grpc/grpc-java/
Expand Down

0 comments on commit 6c4797d

Please sign in to comment.