diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2019-09-08 17:35:14 +0200 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2019-09-08 17:35:14 +0200 |
commit | b31d5360f0d1eaa9f6547079fe97988218fe5fe5 (patch) | |
tree | 0b5fb250ae1a390b8817bdcd5502bc82f65b4347 /WORKSPACE | |
parent | 83a07246c11b035539e7ba6a53e0794799a6df71 (diff) | |
parent | 3cd6eec0da531dedf4847e509bec6ed294d5d7e5 (diff) | |
download | jgit-b31d5360f0d1eaa9f6547079fe97988218fe5fe5.tar.gz jgit-b31d5360f0d1eaa9f6547079fe97988218fe5fe5.zip |
Merge branch 'stable-5.4' into stable-5.5
* stable-5.4:
Format BUILD files with buildifier
Format BUILD files with buildifier
[error prone] Suppress NonAtomicVolatileUpdate in SimpleLruCache
Bazel: Format BUILD files with buildifier
Bazel: Add fixes for --incompatible_load_java_rules_from_bzl
Bazel: Fix warning about deprecated lib.bzl
Format lib/BUILD with buildifier
Bazel: Add fixes for --incompatible_load_java_rules_from_bzl
Bazel: Bump minimum supported version to 0.29.0
Bazel: Bump skylib library version to 0.8.0
Use bazelisk to switch between used bazel version
Bazel: Require minimum bazel version 0.17.1
Fix wrong placeholder index in error message packInaccessible
JGitText: Remove unused externalized strings
RepoText: Remove unused externalized string
CLI: Remove unused externalized strings
Change-Id: Idf3abd80ad3b00188f655e638d9908228770911f
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
@@ -11,7 +11,7 @@ http_archive( load("@bazel_skylib//lib:versions.bzl", "versions") -versions.check(minimum_bazel_version = "0.26.1") +versions.check(minimum_bazel_version = "0.29.0") load("//tools:bazlets.bzl", "load_bazlets") |