aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.gpg.bc.test
diff options
context:
space:
mode:
authorDavid Ostrovsky <david@ostrovsky.org>2022-01-10 20:56:24 +0100
committerDavid Ostrovsky <david@ostrovsky.org>2022-01-19 18:39:32 +0100
commit51b909d9e073563d2630075b8a6bda715f637bf0 (patch)
treeb3981246903effed44cb204e1523b56ef5947c6b /org.eclipse.jgit.gpg.bc.test
parent56f45e36dc2ccb0803ad810098bc4a0ac8f4a675 (diff)
downloadjgit-51b909d9e073563d2630075b8a6bda715f637bf0.tar.gz
jgit-51b909d9e073563d2630075b8a6bda715f637bf0.zip
Adapt junit_tests invocation to removal of resource_jars attribute
In upcoming Bazel release 5.0 resource_jars attribute was removed: [1]. Replace resource_jars with runtime_deps as recommended in the release notes. [1] https://github.com/bazelbuild/bazel/issues/13221 Change-Id: Iab834d647cf63259ca182adc1f862b6001db0cce
Diffstat (limited to 'org.eclipse.jgit.gpg.bc.test')
-rw-r--r--org.eclipse.jgit.gpg.bc.test/BUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.jgit.gpg.bc.test/BUILD b/org.eclipse.jgit.gpg.bc.test/BUILD
index 35b125f21e..3e8908b4e2 100644
--- a/org.eclipse.jgit.gpg.bc.test/BUILD
+++ b/org.eclipse.jgit.gpg.bc.test/BUILD
@@ -10,7 +10,7 @@ load(
junit_tests(
name = "bc",
srcs = glob(["tst/**/*.java"]),
- resource_jars = [":tst_rsrc"],
+ runtime_deps = [":tst_rsrc"],
tags = ["bc"],
deps = [
"//lib:bcpg",