Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/BUILD5
1 files changed, 4 insertions, 1 deletions
diff --git a/lib/BUILD b/lib/BUILD
index ffe66a3d89..703e7befc6 100644
--- a/lib/BUILD
+++ b/lib/BUILD
@@ -106,7 +106,10 @@ java_library(
java_library(
name = "jsch",
- visibility = ["//org.eclipse.jgit:__pkg__"],
+ visibility = [
+ "//org.eclipse.jgit:__pkg__",
+ "//org.eclipse.jgit.test:__pkg__",
+ ],
exports = ["@jsch//jar"],
)

Back to the top