Skip to content

Commit

Permalink
Update rules_java to a more recent version (#614)
Browse files Browse the repository at this point in the history
  • Loading branch information
gkdn authored Apr 16, 2024
1 parent 6a69c87 commit 6c55ab8
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions closure/repositories.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -1038,11 +1038,10 @@ def rules_cc():
def rules_java():
http_archive(
name = "rules_java",
sha256 = "f5a3e477e579231fca27bf202bb0e8fbe4fc6339d63b38ccb87c2760b533d1c3",
strip_prefix = "rules_java-981f06c3d2bd10225e85209904090eb7b5fb26bd",
sha256 = "29ba147c583aaf5d211686029842c5278e12aaea86f66bd4a9eb5e525b7f2701",
urls = [
"https://mirror.bazel.build/github.com/bazelbuild/rules_java/archive/981f06c3d2bd10225e85209904090eb7b5fb26bd.tar.gz",
"https://github.com/bazelbuild/rules_java/archive/981f06c3d2bd10225e85209904090eb7b5fb26bd.tar.gz",
"https://mirror.bazel.build/github.com/bazelbuild/rules_java/releases/download/6.3.0/rules_java-6.3.0.tar.gz",
"https://github.com/bazelbuild/rules_java/releases/download/6.3.0/rules_java-6.3.0.tar.gz",
],
)

Expand Down

0 comments on commit 6c55ab8

Please sign in to comment.