aboutsummaryrefslogtreecommitdiffstats
path: root/tools/BUILD
diff options
context:
space:
mode:
authorThomas Wolf <thomas.wolf@paranor.ch>2021-11-02 19:20:59 +0100
committerMatthias Sohn <matthias.sohn@sap.com>2021-11-03 23:45:32 +0100
commitc04884fc9166fe491745fa51bd7540ff36ce6e7c (patch)
tree73a3006470bff99428ba63333357fb900c86a0a6 /tools/BUILD
parent4184ff0953b2569799221d423e77fd2f6880f77d (diff)
downloadjgit-c04884fc9166fe491745fa51bd7540ff36ce6e7c.tar.gz
jgit-c04884fc9166fe491745fa51bd7540ff36ce6e7c.zip
[releng] bazel: Enable errorprone on o.e.j.ssh.apache
Fix the few issues reported. (None serious.) Change-Id: I8d72ef7d425ab61f4c27b657c92fc021850730d6 Signed-off-by: Thomas Wolf <thomas.wolf@paranor.ch>
Diffstat (limited to 'tools/BUILD')
-rw-r--r--tools/BUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/BUILD b/tools/BUILD
index 7bfab2d06c..4769f4222b 100644
--- a/tools/BUILD
+++ b/tools/BUILD
@@ -120,6 +120,7 @@ package_group(
"//org.eclipse.jgit.packaging/...",
"//org.eclipse.jgit.pgm.test/...",
"//org.eclipse.jgit.pgm/...",
+ "//org.eclipse.jgit.ssh.apache/...",
"//org.eclipse.jgit.test/...",
"//org.eclipse.jgit.ui/...",
"//org.eclipse.jgit/...",