Skip to content

Commit

Permalink
buildifier
Browse files Browse the repository at this point in the history
  • Loading branch information
illicitonion committed Jan 8, 2024
1 parent 7e8060b commit 7307c33
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
4 changes: 0 additions & 4 deletions examples/gazelle/MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ bazel_dep(
name = "contrib_rules_jvm",
version = "0.0.0",
)

local_path_override(
module_name = "contrib_rules_jvm",
path = "../..",
Expand All @@ -17,14 +16,12 @@ bazel_dep(
name = "bazel_skylib",
version = "1.5.0",
)

bazel_dep(
name = "rules_jvm_external",
version = "5.3",
)

maven = use_extension("@rules_jvm_external//:extensions.bzl", "maven")

maven.install(
name = "maven",
artifacts = [
Expand All @@ -35,7 +32,6 @@ maven.install(
],
lock_file = "//:maven_install.json",
)

use_repo(
maven,
"maven",
Expand Down
6 changes: 3 additions & 3 deletions examples/gazelle/MODULE.bazel.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 7307c33

Please sign in to comment.