blob: b83937e2bfe6020bfb1e13cedc3d3f2d7cce1f2a [file] [log] [blame]
Paladox none1ea5f0e2016-12-10 16:08:48 +00001workspace(name = "its_base")
2
3load("//:bazlets.bzl", "load_bazlets")
4
5load_bazlets(
Luca Milanesiobd9bf092020-07-03 21:14:33 +01006 commit = "4a27255dff75eadc98b86391806be13e030e6ff3",
Paladox none1ea5f0e2016-12-10 16:08:48 +00007 # local_path = "/home/<user>/projects/bazlets",
8)
9
10# Snapshot Plugin API
David Pursehousea7b70982018-11-13 15:41:27 -080011load(
David Pursehouseb5f1a9e2019-05-24 12:15:55 +090012 "@com_googlesource_gerrit_bazlets//:gerrit_api_maven_local.bzl",
13 "gerrit_api_maven_local",
David Pursehousea7b70982018-11-13 15:41:27 -080014)
15
David Pursehouseb5f1a9e2019-05-24 12:15:55 +090016# Release Plugin API
17#load(
18# "@com_googlesource_gerrit_bazlets//:gerrit_api.bzl",
19# "gerrit_api",
20#)
21
Paladox none1ea5f0e2016-12-10 16:08:48 +000022# Load release Plugin API
David Pursehouseb5f1a9e2019-05-24 12:15:55 +090023#gerrit_api()
Paladox none1ea5f0e2016-12-10 16:08:48 +000024
25# Load snapshot Plugin API
David Pursehouseb5f1a9e2019-05-24 12:15:55 +090026gerrit_api_maven_local()