diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2019-09-08 15:05:19 +0200 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2019-09-08 15:05:19 +0200 |
commit | 80fd4cb0756daf21cd1da922988d55c02dba752a (patch) | |
tree | ecf327e49a799970e63e4cac82bde074931d1e1b /org.eclipse.jgit.lfs.test | |
parent | 32116da0cd985dfe2c5a252233dbebef5bdc5df3 (diff) | |
parent | 22973d13ea4eaef390a9ce00d448317808e07ced (diff) | |
download | jgit-80fd4cb0756daf21cd1da922988d55c02dba752a.tar.gz jgit-80fd4cb0756daf21cd1da922988d55c02dba752a.zip |
Merge branch 'stable-5.3' into stable-5.4
* stable-5.3:
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: Iaea77a89fcd821df5dbb24f5e3e39e6d1dfc0bd4
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to 'org.eclipse.jgit.lfs.test')
-rw-r--r-- | org.eclipse.jgit.lfs.test/BUILD | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/org.eclipse.jgit.lfs.test/BUILD b/org.eclipse.jgit.lfs.test/BUILD index cc8bc606ef..ee2402aee0 100644 --- a/org.eclipse.jgit.lfs.test/BUILD +++ b/org.eclipse.jgit.lfs.test/BUILD @@ -2,6 +2,7 @@ load( "@com_googlesource_gerrit_bazlets//tools:junit.bzl", "junit_tests", ) +load("@rules_java//java:defs.bzl", "java_library") package(default_visibility = ["//visibility:public"]) |