aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.benchmarks
diff options
context:
space:
mode:
authorDavid Pursehouse <david.pursehouse@gmail.com>2019-11-26 17:43:20 +0900
committerDavid Pursehouse <david.pursehouse@gmail.com>2019-11-26 17:43:24 +0900
commit3c78d6237f7928c915c17fae3cde72ca78faa5f3 (patch)
treea808772f80710d6021fcf2dca83e58947d66ef8d /org.eclipse.jgit.benchmarks
parent155ed93da8e7be0aecfeab1f2225ecaccd0833b1 (diff)
parent839359425d619db31584955f4e0fb0d19ed4cfb8 (diff)
downloadjgit-3c78d6237f7928c915c17fae3cde72ca78faa5f3.tar.gz
jgit-3c78d6237f7928c915c17fae3cde72ca78faa5f3.zip
Merge branch 'stable-5.3' into stable-5.4
* stable-5.3: Bazel: Use java_plugin and java_binary from @rules_java in jmh.bzl Bazel: Add missing newlines at end of BUILD files Change-Id: I21878c42fd9abf7d858b534300df0fffe4bad431 Signed-off-by: David Pursehouse <david.pursehouse@gmail.com>
Diffstat (limited to 'org.eclipse.jgit.benchmarks')
-rw-r--r--org.eclipse.jgit.benchmarks/BUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.jgit.benchmarks/BUILD b/org.eclipse.jgit.benchmarks/BUILD
index 3c6ff0e12b..7e331b101a 100644
--- a/org.eclipse.jgit.benchmarks/BUILD
+++ b/org.eclipse.jgit.benchmarks/BUILD
@@ -10,4 +10,4 @@ jmh_java_benchmarks(
deps = [
"//org.eclipse.jgit:jgit",
],
-) \ No newline at end of file
+)