aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'org.eclipse.jgit/BUILD')
-rw-r--r--org.eclipse.jgit/BUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.jgit/BUILD b/org.eclipse.jgit/BUILD
index 75f4fe69c1..a8a53f2742 100644
--- a/org.eclipse.jgit/BUILD
+++ b/org.eclipse.jgit/BUILD
@@ -5,7 +5,7 @@ INSECURE_CIPHER_FACTORY = [
]
SRCS = glob(
- ["src/**"],
+ ["src/**/*.java"],
exclude = INSECURE_CIPHER_FACTORY,
)