blob: 5ead9cca5d07b5e1476bf198589eccd34144a7db [file] [log] [blame]
Paladox none1ea5f0e2016-12-10 16:08:48 +00001workspace(name = "its_base")
2
3load("//:bazlets.bzl", "load_bazlets")
4
5load_bazlets(
David Pursehouseef755202018-06-18 13:04:34 +09006 commit = "a8bf43a97a2a655752204811d1355b180b082047",
Paladox none1ea5f0e2016-12-10 16:08:48 +00007 # local_path = "/home/<user>/projects/bazlets",
8)
9
10# Snapshot Plugin API
David Pursehouse430702c2017-10-25 09:27:25 +090011load(
12 "@com_googlesource_gerrit_bazlets//:gerrit_api_maven_local.bzl",
13 "gerrit_api_maven_local",
14)
Paladox none1ea5f0e2016-12-10 16:08:48 +000015
David Ostrovskyb272b752017-08-03 22:25:19 +020016# Release Plugin API
David Pursehouse366f0c72017-10-27 09:27:43 +090017#load(
18# "@com_googlesource_gerrit_bazlets//:gerrit_api.bzl",
19# "gerrit_api",
20#)
David Ostrovskyb272b752017-08-03 22:25:19 +020021
Paladox none1ea5f0e2016-12-10 16:08:48 +000022# Load release Plugin API
David Pursehouse430702c2017-10-25 09:27:25 +090023#gerrit_api()
Paladox none1ea5f0e2016-12-10 16:08:48 +000024
25# Load snapshot Plugin API
David Pursehouse430702c2017-10-25 09:27:25 +090026gerrit_api_maven_local()