Merge branch 'stable-2.14'

* stable-2.14:
  Format Java files with google-java-format
  Format all .bzl files with buildifier
  bazlets: Replace native.git_repository with skylark rule
  Tidy up workspace
  Build with 2.14.17 API
  Migrate tools/bazelrc to .bazelrc

Change-Id: I46022ba2f746b7d8c7dba4b9a1db383ef5780776
diff --git a/WORKSPACE b/WORKSPACE
index 9cda26e..98c6042 100644
--- a/WORKSPACE
+++ b/WORKSPACE
@@ -3,7 +3,7 @@
 load("//:bazlets.bzl", "load_bazlets")
 
 load_bazlets(
-    commit = "714a32382ebd02919007d3514513af4395768d80",
+    commit = "d044cd60d37e302d9ac324f7a2c4e48b4011d4e6",
     #local_path = "/home/<user>/projects/bazlets",
 )