Hugo Arès | 04a99ef | 2017-07-20 13:03:49 -0400 | [diff] [blame] | 1 | workspace(name = "admin_console") |
| 2 | |
| 3 | load("//:bazlets.bzl", "load_bazlets") |
| 4 | |
| 5 | load_bazlets( |
David Pursehouse | 28f825b | 2019-09-02 08:24:26 +0900 | [diff] [blame] | 6 | commit = "3df1fac2202ac2a42cec61fac8c502178c9af391", |
Marco Miller | 2d226f9 | 2018-10-19 15:29:06 -0400 | [diff] [blame] | 7 | #local_path = "/home/<user>/projects/bazlets", |
Hugo Arès | 04a99ef | 2017-07-20 13:03:49 -0400 | [diff] [blame] | 8 | ) |
| 9 | |
Marco Miller | 2d226f9 | 2018-10-19 15:29:06 -0400 | [diff] [blame] | 10 | # Snapshot Plugin API |
Paladox none | 1110422 | 2018-03-12 15:16:46 +0000 | [diff] [blame] | 11 | #load( |
Marco Miller | bf3477a | 2018-10-19 14:38:55 -0400 | [diff] [blame] | 12 | # "@com_googlesource_gerrit_bazlets//:gerrit_api_maven_local.bzl", |
| 13 | # "gerrit_api_maven_local", |
Paladox none | 1110422 | 2018-03-12 15:16:46 +0000 | [diff] [blame] | 14 | #) |
| 15 | |
Marco Miller | 5d993a8 | 2018-10-30 14:21:51 -0400 | [diff] [blame] | 16 | # Load snapshot Plugin API |
Marco Miller | bf3477a | 2018-10-19 14:38:55 -0400 | [diff] [blame] | 17 | #gerrit_api_maven_local() |
| 18 | |
| 19 | # Release Plugin API |
| 20 | load( |
| 21 | "@com_googlesource_gerrit_bazlets//:gerrit_api.bzl", |
| 22 | "gerrit_api", |
| 23 | ) |
| 24 | |
Hugo Arès | 04a99ef | 2017-07-20 13:03:49 -0400 | [diff] [blame] | 25 | # Load release Plugin API |
Marco Miller | bf3477a | 2018-10-19 14:38:55 -0400 | [diff] [blame] | 26 | gerrit_api() |