blob: 273e2eb7d1b7dc90e83d7b7d29f5bbbd4da4e716 [file] [log] [blame]
David Ostrovsky31c55ab2017-12-16 09:45:33 +01001workspace(name = "owners")
2
3load("//:bazlets.bzl", "load_bazlets")
4
5load_bazlets(
Antonio Barone1fc85cd2021-06-22 16:36:16 +03006 commit = "10e78cc706760ff24cbc67ba527f9a8e4134d66f",
David Ostrovsky31c55ab2017-12-16 09:45:33 +01007 #local_path = "/home/<user>/projects/bazlets",
8)
9
David Pursehousefc7ee132018-06-14 13:00:17 +090010# Snapshot Plugin API
David Pursehousefc7ee132018-06-14 13:00:17 +090011#load(
David Pursehousef392a592018-09-21 13:55:05 +090012# "@com_googlesource_gerrit_bazlets//:gerrit_api_maven_local.bzl",
13# "gerrit_api_maven_local",
David Pursehousefc7ee132018-06-14 13:00:17 +090014#)
15
David Pursehousef392a592018-09-21 13:55:05 +090016# Load snapshot Plugin API
17#gerrit_api_maven_local()
18
David Ostrovsky31c55ab2017-12-16 09:45:33 +010019# Release Plugin API
20load(
21 "@com_googlesource_gerrit_bazlets//:gerrit_api.bzl",
22 "gerrit_api",
23)
24
25gerrit_api()
26
27load(":external_plugin_deps_standalone.bzl", "external_plugin_deps_standalone")
28
29external_plugin_deps_standalone()