We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8436a42 commit f6b4e0aCopy full SHA for f6b4e0a
java/private/create_jvm_test_suite.bzl
@@ -98,17 +98,15 @@ def create_jvm_test_suite(
98
exports = deps,
99
visibility = ["//visibility:private"],
100
tags = tags,
101
- testonly = True,
102
- **library_attrs
+ testonly = True
103
)
104
runtime_deps_lib_name = "%s-test-runtime-deps-lib" % name
105
define_library(
106
name = runtime_deps_lib_name,
107
exports = runtime_deps,
108
109
110
111
112
113
114
for src in test_srcs:
0 commit comments