Browse Source

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>
tags/v5.5.0.201909110433-r
Matthias Sohn 4 years ago
parent
commit
f8b06ddfc0

+ 1
- 1
org.eclipse.jgit.http.test/BUILD View File

@@ -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",

+ 1
- 1
org.eclipse.jgit.lfs.server.test/BUILD View File

@@ -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"]


+ 1
- 1
org.eclipse.jgit.pgm.test/BUILD View File

@@ -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",

+ 2
- 2
org.eclipse.jgit.test/BUILD View File

@@ -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/"


Loading…
Cancel
Save