blob: 0a5f9b801c9581841abe919d0717e5f6a6341639 [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 Pursehouse28f825b2019-09-02 08:24:26 +09006 commit = "3df1fac2202ac2a42cec61fac8c502178c9af391",
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()