diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2020-01-16 13:07:20 +0100 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2020-01-16 13:08:32 +0100 |
commit | d74daad1e064da9614c5ca2c0138c8046cfb0829 (patch) | |
tree | c3f2e2a5dc824ebe6fbba423d607400dc43ca812 /WORKSPACE | |
parent | 1dd10e757fb11557431b32f15ba6d63e61773cc4 (diff) | |
download | jgit-d74daad1e064da9614c5ca2c0138c8046cfb0829.tar.gz jgit-d74daad1e064da9614c5ca2c0138c8046cfb0829.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>
Diffstat (limited to 'WORKSPACE')
-rw-r--r-- | WORKSPACE | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -20,7 +20,7 @@ check_bazel_version() load("//tools:bazlets.bzl", "load_bazlets") -load_bazlets(commit = "09a035e98077dce549d5f6a7472d06c4b8f792d2") +load_bazlets(commit = "f53f51fb660552d0581aa0ba52c3836ed63d56a3") load( "@com_googlesource_gerrit_bazlets//tools:maven_jar.bzl", |