-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This drops unmaintained Gradle support.
- Loading branch information
Showing
14 changed files
with
48 additions
and
439 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
common --enable_bzlmod | ||
common --registry=https://raw.githubusercontent.com/SanjayVas/bazel-registry/main/ | ||
common --registry=https://bcr.bazel.build |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
6.4.0 |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
module( | ||
name = "cross-media-measurement-api", | ||
repo_name = "wfa_measurement_proto", | ||
) | ||
|
||
# Bazel Central Registry deps. | ||
bazel_dep( | ||
name = "rules_proto", | ||
version = "5.3.0-21.7", | ||
) | ||
bazel_dep( | ||
name = "protobuf", | ||
version = "21.7", | ||
repo_name = "com_google_protobuf", | ||
) | ||
|
||
# WFA registry deps. | ||
bazel_dep( | ||
name = "googleapis", | ||
version = "0.0.0-bzlmod.1", | ||
repo_name = "com_google_googleapis", | ||
) | ||
|
||
non_module_deps = use_extension("//build:non_module_deps.bzl", "non_module_deps") | ||
use_repo(non_module_deps, "plantuml") |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,4 @@ | ||
workspace(name = "wfa_measurement_proto") | ||
|
||
load("//build:repositories.bzl", "wfa_measurement_proto_repositories") | ||
|
||
wfa_measurement_proto_repositories() | ||
|
||
load("//build:deps.bzl", "wfa_measurement_proto_deps") | ||
# This file marks the root of the Bazel workspace. | ||
# See MODULE.bazel for external dependencies setup. | ||
|
||
wfa_measurement_proto_deps() | ||
|
||
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_file") | ||
|
||
http_file( | ||
name = "plantuml", | ||
downloaded_file_path = "plantuml.jar", | ||
sha256 = "3a659c3d87ea5ebac7aadb645233176c51d0290777ebc28285dd2a35dc947752", | ||
urls = ["https://github.com/plantuml/plantuml/releases/download/v1.2023.4/plantuml-1.2023.4.jar"], | ||
) | ||
workspace(name = "wfa_measurement_proto") |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Binary file not shown.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.