blob: cc999fb2b32e6a15f8db628e0a99c4f367f750c9 [file] [log] [blame]
Hugo Arès04a99ef2017-07-20 13:03:49 -04001workspace(name = "admin_console")
2
3load("//:bazlets.bzl", "load_bazlets")
4
5load_bazlets(
David Pursehousedd91a382020-06-09 09:06:33 +09006 commit = "fff6f20bb2eceaf872a8acf8ad51471c25a82d38",
Marco Miller2d226f92018-10-19 15:29:06 -04007 #local_path = "/home/<user>/projects/bazlets",
Hugo Arès04a99ef2017-07-20 13:03:49 -04008)
9
Marco Miller2d226f92018-10-19 15:29:06 -040010# Snapshot Plugin API
Paladox none11104222018-03-12 15:16:46 +000011#load(
Marco Millerbf3477a2018-10-19 14:38:55 -040012# "@com_googlesource_gerrit_bazlets//:gerrit_api_maven_local.bzl",
13# "gerrit_api_maven_local",
Paladox none11104222018-03-12 15:16:46 +000014#)
15
Marco Miller5d993a82018-10-30 14:21:51 -040016# Load snapshot Plugin API
Marco Millerbf3477a2018-10-19 14:38:55 -040017#gerrit_api_maven_local()
18
19# Release Plugin API
20load(
21 "@com_googlesource_gerrit_bazlets//:gerrit_api.bzl",
22 "gerrit_api",
23)
24
Hugo Arès04a99ef2017-07-20 13:03:49 -040025# Load release Plugin API
Marco Millerbf3477a2018-10-19 14:38:55 -040026gerrit_api()