Skip to content

Commit

Permalink
Drop fmeum_ prefix from module name
Browse files Browse the repository at this point in the history
  • Loading branch information
fmeum committed Dec 23, 2021
1 parent 2d22119 commit 289703f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions MODULE.bazel
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module(
name = "fmeum_rules_jni",
name = "rules_jni",
version = "0.3.1",
compatibility_level = 1,
)
Expand All @@ -8,7 +8,7 @@ bazel_dep(name = "bazel_skylib", version = "1.0.3")
bazel_dep(name = "platforms", version = "0.0.4")

download_jni_headers = use_extension(
"@fmeum_rules_jni//bzlmod:extensions.bzl",
"@rules_jni//bzlmod:extensions.bzl",
"download_jni_headers",
)

Expand Down
4 changes: 2 additions & 2 deletions tests/MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ module(
compatibility_level = 1,
)

bazel_dep(name = "fmeum_rules_jni", version = "0.3.1")
bazel_dep(name = "rules_jni", version = "0.3.1", repo_name = "fmeum_rules_jni")
local_path_override(
module_name = "fmeum_rules_jni",
module_name = "rules_jni",
path = "..",
)

Expand Down

0 comments on commit 289703f

Please sign in to comment.