blob: 385cba89ac8b774786377d73c63b8ceffbe9d6eb [file]
GERRIT_API_VERSION = "3.13.5"
module(
name = "com_googlesource_gerrit_bazlets",
version = GERRIT_API_VERSION,
)
bazel_dep(name = "bazel_skylib", version = "1.9.0")
bazel_dep(name = "rules_java", version = "8.16.1")
bazel_dep(name = "rules_python", version = "1.7.0")
gerrit_api_version = use_repo_rule(
"//:gerrit_api_version.bzl",
"gerrit_api_version",
)
gerrit_api_version(
name = "gerrit_api_version",
version = GERRIT_API_VERSION,
visibility = ["//visibility:public"],
)