| commit | 069b71872d5c33855c0e25f11a401cc2bdcbe16b | [log] [tgz] |
|---|---|---|
| author | Yun Peng <pcloudy@google.com> | Tue Jan 05 12:25:09 2021 +0100 |
| committer | Yun Peng <pcloudy@google.com> | Tue Jan 05 12:27:32 2021 +0100 |
| tree | f1c95f293dbc3698f77706f590e24fa587d1fb00 | |
| parent | 0f335553ec7942e815c6348d8a083a7db6532dee [diff] |
Enable junit4 use in Debian builds Closes https://github.com/bazelbuild/bazel/pull/12755 Closes https://github.com/bazelbuild/bazel/pull/12773
diff --git a/third_party/BUILD b/third_party/BUILD index 880e928..0529ad6 100644 --- a/third_party/BUILD +++ b/third_party/BUILD
@@ -624,8 +624,9 @@ jars = ["guava/guava-testlib-29.0-jre.jar"], ) -java_import( +distrib_java_import( name = "junit4", + enable_distributions = ["debian"], jars = [ "hamcrest/hamcrest-core-1.3.jar", "junit/junit-4.13.jar",