diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2020-01-16 13:07:20 +0100 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2021-05-14 23:37:43 +0200 |
commit | 6f083e7cfd57b14c7048eec64fe06975ac015130 (patch) | |
tree | 03e6b10f4f04c51f3d6075ab80321440d203e3c5 | |
parent | 5e0cfce5ad48b84ca12526ef12461a72dde2800c (diff) | |
download | jgit-6f083e7cfd57b14c7048eec64fe06975ac015130.tar.gz jgit-6f083e7cfd57b14c7048eec64fe06975ac015130.zip |
Update bazlets and bazel version
- bazlets need to be updated to react on Maven central no longer
supporting http protocol but only https
- update bazel to 2.0
Change-Id: I07f5f050f3b1db2014a5198a28b6bbf893434814
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
(cherry picked from commit d74daad1e064da9614c5ca2c0138c8046cfb0829)
-rw-r--r-- | .bazelversion | 2 | ||||
-rw-r--r-- | WORKSPACE | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/.bazelversion b/.bazelversion index 3eefcb9dd5..227cea2156 100644 --- a/.bazelversion +++ b/.bazelversion @@ -1 +1 @@ -1.0.0 +2.0.0 @@ -15,7 +15,7 @@ versions.check(minimum_bazel_version = "0.29.0") load("//tools:bazlets.bzl", "load_bazlets") -load_bazlets(commit = "09a035e98077dce549d5f6a7472d06c4b8f792d2") +load_bazlets(commit = "f53f51fb660552d0581aa0ba52c3836ed63d56a3") load( "@com_googlesource_gerrit_bazlets//tools:maven_jar.bzl", |