Browse Source

Bazel: Remove unused resources variable

Change-Id: Iac2e547791929c26027ab4730ceac6177899ccf1
Signed-off-by: David Ostrovsky <david@ostrovsky.org>
tags/v5.11.0.202102240950-m3
David Ostrovsky 3 years ago
parent
commit
7755645777
1 changed files with 0 additions and 2 deletions
  1. 0
    2
      org.eclipse.jgit.test/BUILD

+ 0
- 2
org.eclipse.jgit.test/BUILD View File

@@ -44,8 +44,6 @@ EXCLUDED = [
PKG + "api/SecurityManagerMissingPermissionsTest.java",
]

RESOURCES = glob(["resources/**"])

tests(tests = glob(
["tst/**/*.java"],
exclude = HELPERS + DATA + EXCLUDED,

Loading…
Cancel
Save