diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2019-09-08 17:08:39 +0200 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2019-09-08 17:08:56 +0200 |
commit | f8b06ddfc0ff209e25936aa1c56b925c65c21c29 (patch) | |
tree | 584d678aef0effe5d27a693237d947d2a8379e85 | |
parent | d4752e2900ac4c12fafa16ba91cbaa62467db7c2 (diff) | |
parent | f042270e65bbb62dd50aeb5bf8c5f8e181acdebb (diff) | |
download | jgit-f8b06ddfc0ff209e25936aa1c56b925c65c21c29.tar.gz jgit-f8b06ddfc0ff209e25936aa1c56b925c65c21c29.zip |
Merge branch 'stable-5.1' into stable-5.2
* stable-5.1:
Format BUILD files with buildifier
Change-Id: I5a8413470fd0fbb6db3ca553f455b3e3dc10ab33
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
-rw-r--r-- | org.eclipse.jgit.http.test/BUILD | 2 | ||||
-rw-r--r-- | org.eclipse.jgit.lfs.server.test/BUILD | 2 | ||||
-rw-r--r-- | org.eclipse.jgit.pgm.test/BUILD | 2 | ||||
-rw-r--r-- | org.eclipse.jgit.test/BUILD | 4 |
4 files changed, 5 insertions, 5 deletions
diff --git a/org.eclipse.jgit.http.test/BUILD b/org.eclipse.jgit.http.test/BUILD index 95ed575784..09316adc6f 100644 --- a/org.eclipse.jgit.http.test/BUILD +++ b/org.eclipse.jgit.http.test/BUILD @@ -1,8 +1,8 @@ -load("@rules_java//java:defs.bzl", "java_library") load( "@com_googlesource_gerrit_bazlets//tools:junit.bzl", "junit_tests", ) +load("@rules_java//java:defs.bzl", "java_library") junit_tests( name = "http", diff --git a/org.eclipse.jgit.lfs.server.test/BUILD b/org.eclipse.jgit.lfs.server.test/BUILD index 9460f6f9d1..76a0870a88 100644 --- a/org.eclipse.jgit.lfs.server.test/BUILD +++ b/org.eclipse.jgit.lfs.server.test/BUILD @@ -1,8 +1,8 @@ -load("@rules_java//java:defs.bzl", "java_library") load( "@com_googlesource_gerrit_bazlets//tools:junit.bzl", "junit_tests", ) +load("@rules_java//java:defs.bzl", "java_library") TEST_BASE = ["tst/org/eclipse/jgit/lfs/server/fs/LfsServerTest.java"] diff --git a/org.eclipse.jgit.pgm.test/BUILD b/org.eclipse.jgit.pgm.test/BUILD index 5ccd457089..86413b5ff8 100644 --- a/org.eclipse.jgit.pgm.test/BUILD +++ b/org.eclipse.jgit.pgm.test/BUILD @@ -1,8 +1,8 @@ -load("@rules_java//java:defs.bzl", "java_library") load( "@com_googlesource_gerrit_bazlets//tools:junit.bzl", "junit_tests", ) +load("@rules_java//java:defs.bzl", "java_library") junit_tests( name = "pgm", diff --git a/org.eclipse.jgit.test/BUILD b/org.eclipse.jgit.test/BUILD index 1f33fa3d7d..28584272b9 100644 --- a/org.eclipse.jgit.test/BUILD +++ b/org.eclipse.jgit.test/BUILD @@ -1,9 +1,9 @@ -load("@rules_java//java:defs.bzl", "java_import", "java_library") -load(":tests.bzl", "tests") load( "@com_googlesource_gerrit_bazlets//tools:genrule2.bzl", "genrule2", ) +load("@rules_java//java:defs.bzl", "java_import", "java_library") +load(":tests.bzl", "tests") PKG = "tst/org/eclipse/jgit/" |