David Ostrovsky | 31c55ab | 2017-12-16 09:45:33 +0100 | [diff] [blame] | 1 | workspace(name = "owners") |
| 2 | |
| 3 | load("//:bazlets.bzl", "load_bazlets") |
| 4 | |
| 5 | load_bazlets( |
Antonio Barone | 1fc85cd | 2021-06-22 16:36:16 +0300 | [diff] [blame] | 6 | commit = "10e78cc706760ff24cbc67ba527f9a8e4134d66f", |
David Ostrovsky | 31c55ab | 2017-12-16 09:45:33 +0100 | [diff] [blame] | 7 | #local_path = "/home/<user>/projects/bazlets", |
| 8 | ) |
| 9 | |
David Pursehouse | fc7ee13 | 2018-06-14 13:00:17 +0900 | [diff] [blame] | 10 | # Snapshot Plugin API |
David Pursehouse | fc7ee13 | 2018-06-14 13:00:17 +0900 | [diff] [blame] | 11 | #load( |
David Pursehouse | f392a59 | 2018-09-21 13:55:05 +0900 | [diff] [blame] | 12 | # "@com_googlesource_gerrit_bazlets//:gerrit_api_maven_local.bzl", |
| 13 | # "gerrit_api_maven_local", |
David Pursehouse | fc7ee13 | 2018-06-14 13:00:17 +0900 | [diff] [blame] | 14 | #) |
| 15 | |
David Pursehouse | f392a59 | 2018-09-21 13:55:05 +0900 | [diff] [blame] | 16 | # Load snapshot Plugin API |
| 17 | #gerrit_api_maven_local() |
| 18 | |
David Ostrovsky | 31c55ab | 2017-12-16 09:45:33 +0100 | [diff] [blame] | 19 | # Release Plugin API |
| 20 | load( |
| 21 | "@com_googlesource_gerrit_bazlets//:gerrit_api.bzl", |
| 22 | "gerrit_api", |
| 23 | ) |
| 24 | |
| 25 | gerrit_api() |
| 26 | |
| 27 | load(":external_plugin_deps_standalone.bzl", "external_plugin_deps_standalone") |
| 28 | |
| 29 | external_plugin_deps_standalone() |