Skip to content

Commit

Permalink
add rules_java
Browse files Browse the repository at this point in the history
  • Loading branch information
jbedard committed Sep 24, 2024
1 parent df39fe1 commit 8ef0310
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,18 @@ http_archive(
load("@bazel_features//:deps.bzl", "bazel_features_deps")
bazel_features_deps()

# TODO: something is depending on an old version of rules_java
http_archive(
name = "rules_java",
urls = [
"https://github.com/bazelbuild/rules_java/releases/download/7.4.0/rules_java-7.4.0.tar.gz",
],
sha256 = "976ef08b49c929741f201790e59e3807c72ad81f428c8bc953cdbeff5fed15eb",
)
load("@rules_java//java:repositories.bzl", "rules_java_dependencies", "rules_java_toolchains")
rules_java_dependencies()
rules_java_toolchains()

load("@com_google_protobuf//:protobuf_deps.bzl", "protobuf_deps")

protobuf_deps()
Expand Down

0 comments on commit 8ef0310

Please sign in to comment.