summaryrefslogtreecommitdiffstats
path: root/tools/BUILD
diff options
context:
space:
mode:
authorMatthias Sohn <matthias.sohn@sap.com>2019-09-08 11:17:32 +0200
committerMatthias Sohn <matthias.sohn@sap.com>2019-09-08 11:17:32 +0200
commit82badd0a8751183ad5a22962b416d1078ea328fa (patch)
tree631c2bf21709e1357f0fbd9e1d62210ee8fea2b8 /tools/BUILD
parent927ae2f55bc6e4b6a02beb2fcebf6104e1f73669 (diff)
parentd4752e2900ac4c12fafa16ba91cbaa62467db7c2 (diff)
downloadjgit-82badd0a8751183ad5a22962b416d1078ea328fa.tar.gz
jgit-82badd0a8751183ad5a22962b416d1078ea328fa.zip
Merge branch 'stable-5.2' into stable-5.3
* stable-5.2: [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: I0d8b7f79177a20dc00c89e2cf0005eb3d3039532 Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to 'tools/BUILD')
-rw-r--r--tools/BUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/BUILD b/tools/BUILD
index f0342ad75a..f6f29ba5b6 100644
--- a/tools/BUILD
+++ b/tools/BUILD
@@ -1,3 +1,4 @@
+load("@rules_java//java:defs.bzl", "java_package_configuration")
load(
"@bazel_tools//tools/jdk:default_java_toolchain.bzl",
"JDK9_JVM_OPTS",