Format BUILD with buildifier
Change-Id: I0fd57f862773291c3fa09f18fae9e874af12818e
diff --git a/BUILD b/BUILD
index f0fff60..f314b27 100644
--- a/BUILD
+++ b/BUILD
@@ -1,24 +1,24 @@
load("//tools/bzl:junit.bzl", "junit_tests")
load(
"//tools/bzl:plugin.bzl",
- "gerrit_plugin",
"PLUGIN_DEPS",
"PLUGIN_TEST_DEPS",
+ "gerrit_plugin",
)
gerrit_plugin(
name = "websession-broker",
srcs = glob(["src/main/java/**/*.java"]),
- resources = glob(["src/main/resources/**/*"]),
- deps = [
- "@events-broker//jar",
- ],
manifest_entries = [
"Gerrit-PluginName: websession-broker",
"Gerrit-HttpModule: com.googlesource.gerrit.plugins.websession.broker.BrokerBasedWebSession$Module",
"Implementation-Title: Broker WebSession",
"Implementation-URL: https://review.gerrithub.io/admin/repos/GerritForge/plugins_websession-broker",
],
+ resources = glob(["src/main/resources/**/*"]),
+ deps = [
+ "@events-broker//jar",
+ ],
)
junit_tests(