Skip to content

Commit 51b909d

Browse files
committed
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] bazelbuild/bazel#13221 Change-Id: Iab834d647cf63259ca182adc1f862b6001db0cce
1 parent 56f45e3 commit 51b909d

File tree

1 file changed

+1
-1
lines changed
  • org.eclipse.jgit.gpg.bc.test

1 file changed

+1
-1
lines changed

org.eclipse.jgit.gpg.bc.test/BUILD

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ load(
1010
junit_tests(
1111
name = "bc",
1212
srcs = glob(["tst/**/*.java"]),
13-
resource_jars = [":tst_rsrc"],
13+
runtime_deps = [":tst_rsrc"],
1414
tags = ["bc"],
1515
deps = [
1616
"//lib:bcpg",

0 commit comments

Comments
 (0)