Skip to content

Commit 35cc336

Browse files
committed
new patches
1 parent 526bde4 commit 35cc336

File tree

6 files changed

+448
-188
lines changed

6 files changed

+448
-188
lines changed

modules/copybara/0.0.0-20240326-6485af6/MODULE.bazel

-8
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,6 @@ bazel_dep(name = "rules_python", version = "0.31.0")
1515
non_module_deps = use_extension("//:repositories.bzl", "non_module_deps")
1616
use_repo(non_module_deps, "JCommander", "io_bazel")
1717

18-
single_version_override(
19-
module_name = "rules_jvm_external",
20-
patch_strip = 1,
21-
# Copied from bazelbuild/bazel/third_party has to be kept in sync
22-
patches = ["//third_party/bazel:rules_jvm_external_6.0.patch"],
23-
version = "6.0",
24-
)
25-
2618
bazel_dep(name = "buildozer", version = "6.4.0.2")
2719
bazel_dep(name = "buildifier_prebuilt", version = "6.4.0")
2820

modules/copybara/0.0.0-20240326-6485af6/patches/add_module_bazel.patch

+2-10
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
diff --git a/MODULE.bazel b/MODULE.bazel
22
new file mode 100644
3-
index 00000000..0e163467
3+
index 00000000..8283c06d
44
--- /dev/null
55
+++ b/MODULE.bazel
6-
@@ -0,0 +1,199 @@
6+
@@ -0,0 +1,191 @@
77
+module(
88
+ name = "copybara",
99
+ version = "0.0.0-20240326-6485af6",
@@ -21,14 +21,6 @@ index 00000000..0e163467
2121
+non_module_deps = use_extension("//:repositories.bzl", "non_module_deps")
2222
+use_repo(non_module_deps, "JCommander", "io_bazel")
2323
+
24-
+single_version_override(
25-
+ module_name = "rules_jvm_external",
26-
+ patch_strip = 1,
27-
+ # Copied from bazelbuild/bazel/third_party has to be kept in sync
28-
+ patches = ["//third_party/bazel:rules_jvm_external_6.0.patch"],
29-
+ version = "6.0",
30-
+)
31-
+
3224
+bazel_dep(name = "buildozer", version = "6.4.0.2")
3325
+bazel_dep(name = "buildifier_prebuilt", version = "6.4.0")
3426
+

modules/copybara/0.0.0-20240326-6485af6/patches/add_rules_jvm_external_patch.patch

-151
This file was deleted.

0 commit comments

Comments
 (0)