Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Sohn2019-09-08 13:05:19 +0000
committerMatthias Sohn2019-09-08 13:05:19 +0000
commit80fd4cb0756daf21cd1da922988d55c02dba752a (patch)
treeecf327e49a799970e63e4cac82bde074931d1e1b /org.eclipse.jgit.ui
parent32116da0cd985dfe2c5a252233dbebef5bdc5df3 (diff)
parent22973d13ea4eaef390a9ce00d448317808e07ced (diff)
downloadjgit-80fd4cb0756daf21cd1da922988d55c02dba752a.tar.gz
jgit-80fd4cb0756daf21cd1da922988d55c02dba752a.tar.xz
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.ui')
-rw-r--r--org.eclipse.jgit.ui/BUILD2
1 files changed, 2 insertions, 0 deletions
diff --git a/org.eclipse.jgit.ui/BUILD b/org.eclipse.jgit.ui/BUILD
index eec4a384db..bb38992a3c 100644
--- a/org.eclipse.jgit.ui/BUILD
+++ b/org.eclipse.jgit.ui/BUILD
@@ -1,3 +1,5 @@
+load("@rules_java//java:defs.bzl", "java_library")
+
package(default_visibility = ["//visibility:public"])
java_library(

Back to the top