Skip to content

Commit

Permalink
Remove rules_java from MODULE.bazel
Browse files Browse the repository at this point in the history
This follows up to our previous commit [1], which introduced the
dependency on 'rules_java' as an attempt to support Android build with
bzlmod (google#1002).

Luckily a subsequent commit [2] had effectively removed the the
dependency on 'rules_java', but 'MODULE.bazel' had not been reflected.
Let's also update 'MODULE.bazel' for simplicity and maintainability.

There must be no difference in the final artifacts.

 [1]: 699c2ce
 [2]: 6c61c4f
  • Loading branch information
yukawa committed Dec 16, 2024
1 parent bc3c413 commit 40ea8a8
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -65,13 +65,6 @@ bazel_dep(
repo_name = "build_bazel_apple_support",
)

# Java rules (7.9.0 2024-08-13)
# https://github.com/bazelbuild/rules_java
bazel_dep(
name = "rules_java",
version = "7.9.0",
)

# Android NDK rules (0.1.2 2024-07-23)
# https://github.com/bazelbuild/rules_android_ndk
bazel_dep(
Expand Down

0 comments on commit 40ea8a8

Please sign in to comment.