Skip to content

Commit

Permalink
Remove rules_java from MODULE.bazel (google#1141)
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

PiperOrigin-RevId: 707118402
  • Loading branch information
yukawa authored Dec 17, 2024
1 parent ad42779 commit 399f5d1
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 399f5d1

Please sign in to comment.