Merge branch 'stable-3.1'

* stable-3.1:
  Bazel: Sort error prone check settings alphabetically
  Set version to 3.1.4-SNAPSHOT
  Set version to 3.1.3
  Log CurrentUser#getEffectiveGroups lazily

Change-Id: Iafec40d0b5c13e624cf1aaa15f86eadb8c8b75b0
diff --git a/tools/BUILD b/tools/BUILD
index 2d702fe..7f890b1 100644
--- a/tools/BUILD
+++ b/tools/BUILD
@@ -86,8 +86,8 @@
         "-Xep:TypeParameterShadowing:ERROR",
         "-Xep:TypeParameterUnusedInFormals:ERROR",
         "-Xep:URLEqualsHashCode:ERROR",
-        "-Xep:UnusedException:ERROR",
         "-Xep:UnsynchronizedOverridesSynchronized:ERROR",
+        "-Xep:UnusedException:ERROR",
         "-Xep:WaitNotInLoop:ERROR",
         "-Xep:WildcardImport:ERROR",
     ],