| load("@rules_java//java:defs.bzl", "java_library") |
| load("//tools/bzl:junit.bzl", "junit_tests") |
| "//tools/bzl:plugin.bzl", |
| srcs = glob(["src/main/java/**/*.java"]), |
| "Gerrit-PluginName: heartbeat", |
| "Gerrit-Module: com.ericsson.gerrit.plugins.heartbeat.HeartbeatModule", |
| "Implementation-Title: heartbeat plugin", |
| "Implementation-URL: https://gerrit-review.googlesource.com/#/admin/projects/plugins/heartbeat", |
| "Implementation-Vendor: Ericsson", |
| resources = glob(["src/main/resources/**/*"]), |
| name = "heartbeat_tests", |
| srcs = glob(["src/test/java/**/*.java"]), |
| ":heartbeat__plugin_test_deps", |
| name = "heartbeat__plugin_test_deps", |
| visibility = ["//visibility:public"], |
| exports = PLUGIN_DEPS + PLUGIN_TEST_DEPS + [ |