diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/BUILD | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -39,7 +39,8 @@ java_library( java_library( name = "junit", - visibility = ["//org.eclipse.jgit.junit:__pkg__"], + testonly = 1, + visibility = ["//visibility:public"], exports = ["@junit//jar"], ) |