Paladox none | 1ea5f0e | 2016-12-10 16:08:48 +0000 | [diff] [blame] | 1 | workspace(name = "its_base") |
| 2 | |
| 3 | load("//:bazlets.bzl", "load_bazlets") |
| 4 | |
| 5 | load_bazlets( |
David Pursehouse | b5f1a9e | 2019-05-24 12:15:55 +0900 | [diff] [blame] | 6 | commit = "d826d85285bb22d3fe817fe165a7e1d3472f65fa", |
Paladox none | 1ea5f0e | 2016-12-10 16:08:48 +0000 | [diff] [blame] | 7 | # local_path = "/home/<user>/projects/bazlets", |
| 8 | ) |
| 9 | |
| 10 | # Snapshot Plugin API |
David Pursehouse | a7b7098 | 2018-11-13 15:41:27 -0800 | [diff] [blame] | 11 | load( |
David Pursehouse | b5f1a9e | 2019-05-24 12:15:55 +0900 | [diff] [blame] | 12 | "@com_googlesource_gerrit_bazlets//:gerrit_api_maven_local.bzl", |
| 13 | "gerrit_api_maven_local", |
David Pursehouse | a7b7098 | 2018-11-13 15:41:27 -0800 | [diff] [blame] | 14 | ) |
| 15 | |
David Pursehouse | b5f1a9e | 2019-05-24 12:15:55 +0900 | [diff] [blame] | 16 | # Release Plugin API |
| 17 | #load( |
| 18 | # "@com_googlesource_gerrit_bazlets//:gerrit_api.bzl", |
| 19 | # "gerrit_api", |
| 20 | #) |
| 21 | |
Paladox none | 1ea5f0e | 2016-12-10 16:08:48 +0000 | [diff] [blame] | 22 | # Load release Plugin API |
David Pursehouse | b5f1a9e | 2019-05-24 12:15:55 +0900 | [diff] [blame] | 23 | #gerrit_api() |
Paladox none | 1ea5f0e | 2016-12-10 16:08:48 +0000 | [diff] [blame] | 24 | |
| 25 | # Load snapshot Plugin API |
David Pursehouse | b5f1a9e | 2019-05-24 12:15:55 +0900 | [diff] [blame] | 26 | gerrit_api_maven_local() |