選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

1234567891011121314
  1. load(
  2. "@com_googlesource_gerrit_bazlets//tools:junit.bzl",
  3. "junit_tests",
  4. )
  5. junit_tests(
  6. name = "bc",
  7. srcs = glob(["tst/**/*.java"]),
  8. tags = ["bc"],
  9. deps = [
  10. "//lib:junit",
  11. "//org.eclipse.jgit.gpg.bc:gpg-bc",
  12. ],
  13. )