diff options
author | Thomas Wolf <thomas.wolf@paranor.ch> | 2021-11-02 19:20:59 +0100 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2021-11-03 23:45:32 +0100 |
commit | c04884fc9166fe491745fa51bd7540ff36ce6e7c (patch) | |
tree | 73a3006470bff99428ba63333357fb900c86a0a6 /tools/BUILD | |
parent | 4184ff0953b2569799221d423e77fd2f6880f77d (diff) | |
download | jgit-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/BUILD | 1 |
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/...", |