| workspace(name = "owners") | |
| load("//:bazlets.bzl", "load_bazlets") | |
| load_bazlets( | |
| commit = "930c64494c0400a3f08d3cf053c99f7d1dcb3f1c", | |
| #local_path = "/home/<user>/projects/bazlets", | |
| ) | |
| # Release Plugin API | |
| load( | |
| "@com_googlesource_gerrit_bazlets//:gerrit_api.bzl", | |
| "gerrit_api", | |
| ) | |
| gerrit_api() | |
| load(":external_plugin_deps_standalone.bzl", "external_plugin_deps_standalone") | |
| external_plugin_deps_standalone() |