Skip to content

Commit 69e12ec

Browse files
committed
Update java tools version
1 parent 787c058 commit 69e12ec

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

java/repositories.bzl

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -71,25 +71,25 @@ def java_tools_javac11_repos():
7171
maybe(
7272
http_archive,
7373
name = "remote_java_tools_javac11_linux",
74-
sha256 = "10d6f00c72e42b6fda378ad506cc93b1dc92e1aec6e2a490151032244b8b8df5",
74+
sha256 = "96e223094a12c842a66db0bb7bb6866e88e26e678f045842911f9bd6b47161f5",
7575
urls = [
76-
"https://mirror.bazel.build/bazel_java_tools/releases/javac11/v3.0/java_tools_javac11_linux-v3.0.zip",
76+
"https://mirror.bazel.build/bazel_java_tools/releases/javac11/v4.0/java_tools_javac11_linux-v4.0.zip",
7777
],
7878
)
7979
maybe(
8080
http_archive,
8181
name = "remote_java_tools_javac11_windows",
82-
sha256 = "b688155d81245b4d1ee52cac447aae5444b1c59dc77158fcbde05554a6bab48b",
82+
sha256 = "a1de51447b2ba2eab923d589ba6c72c289c16e6091e6a3bb3e67a05ef4ad200c",
8383
urls = [
84-
"https://mirror.bazel.build/bazel_java_tools/releases/javac11/v3.0/java_tools_javac11_windows-v3.0.zip",
84+
"https://mirror.bazel.build/bazel_java_tools/releases/javac11/v4.0/java_tools_javac11_windows-v4.0.zip",
8585
],
8686
)
8787
maybe(
8888
http_archive,
8989
name = "remote_java_tools_javac11_macos",
90-
sha256 = "28989f78b1ce437c92dd27bb4943b2211ba4db916ccbb3aef83696a8f9b43724",
90+
sha256 = "fbf5bf22e9aab9c622e4c8c59314a1eef5ea09eafc5672b4f3250dc0b971bbcc",
9191
urls = [
92-
"https://mirror.bazel.build/bazel_java_tools/releases/javac11/v3.0/java_tools_javac11_darwin-v3.0.zip",
92+
"https://mirror.bazel.build/bazel_java_tools/releases/javac11/v4.0/java_tools_javac11_darwin-v4.0.zip",
9393
],
9494
)
9595

0 commit comments

Comments
 (0)