Merge branch 'stable-2.16'

* stable-2.16:
  Mark greenmail as testonly
  Bazel: Fix testonly values in BUILD and .bzl files
  ListBranchesIT: Also assert on the expected ref of refs/meta/config
  Consistently define default serialVersionUID
  Scripts: Use bash in shebang
  GroupsUpdate: Evict group caches on group creation

Change-Id: Ide87f2555d458c93c351d48693af520a3a80b656
This commit is contained in:
David Pursehouse
2018-12-20 22:28:53 +09:00
60 changed files with 101 additions and 65 deletions

View File

@@ -1,6 +1,6 @@
java_library(
name = "testutil",
testonly = 1,
testonly = True,
srcs = glob(["**/*.java"]),
visibility = ["//visibility:public"],
deps = [