Skip to content

Commit

Permalink
Add target for exporting shareshuffle library as a Maven artifact. (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
SanjayVas authored and ple13 committed Aug 16, 2024
1 parent 57227b0 commit ea93e40
Show file tree
Hide file tree
Showing 8 changed files with 237 additions and 90 deletions.
11 changes: 10 additions & 1 deletion MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,6 @@ bazel_dep(
)
bazel_dep(
name = "common-jvm",
version = "0.85.0",
repo_name = "wfa_common_jvm",
)
bazel_dep(
Expand Down Expand Up @@ -312,3 +311,13 @@ single_version_override(
module_name = "boringssl",
version = BORINGSSL_VERSION,
)

# DO_NOT_SUBMIT(world-federation-of-advertisers/common-jvm#258): Use version
archive_override(
module_name = "common-jvm",
integrity = "sha256-H/f0GJL7rLVL2Tpx4a17AXyqvhVqEx8XP/OJ/Dm44hg=",
strip_prefix = "common-jvm-6bba2c4ada6b8ea3de3afc6b270347d185dbede5",
urls = [
"https://github.com/world-federation-of-advertisers/common-jvm/archive/6bba2c4ada6b8ea3de3afc6b270347d185dbede5.tar.gz",
],
)
Loading

0 comments on commit ea93e40

Please sign in to comment.