Browse Source

Format BUILD files with buildifier

Using buildifier from master branch and the command:

$ buildifier -r -lint fix -warnings all .

Change-Id: I19c8ff183081093cb73bed7221a78a91b6cba4dc
Signed-off-by: David Pursehouse <david.pursehouse@gmail.com>
tags/v5.5.0.201909110433-r
David Pursehouse 4 years ago
parent
commit
f042270e65

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

load("@rules_java//java:defs.bzl", "java_library")
load( load(
"@com_googlesource_gerrit_bazlets//tools:junit.bzl", "@com_googlesource_gerrit_bazlets//tools:junit.bzl",
"junit_tests", "junit_tests",
) )
load("@rules_java//java:defs.bzl", "java_library")


junit_tests( junit_tests(
name = "http", name = "http",

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

load("@rules_java//java:defs.bzl", "java_library")
load( load(
"@com_googlesource_gerrit_bazlets//tools:junit.bzl", "@com_googlesource_gerrit_bazlets//tools:junit.bzl",
"junit_tests", "junit_tests",
) )
load("@rules_java//java:defs.bzl", "java_library")


TEST_BASE = ["tst/org/eclipse/jgit/lfs/server/fs/LfsServerTest.java"] TEST_BASE = ["tst/org/eclipse/jgit/lfs/server/fs/LfsServerTest.java"]



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

load("@rules_java//java:defs.bzl", "java_library")
load( load(
"@com_googlesource_gerrit_bazlets//tools:junit.bzl", "@com_googlesource_gerrit_bazlets//tools:junit.bzl",
"junit_tests", "junit_tests",
) )
load("@rules_java//java:defs.bzl", "java_library")


junit_tests( junit_tests(
name = "pgm", name = "pgm",

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

load("@rules_java//java:defs.bzl", "java_import", "java_library")
load(":tests.bzl", "tests")
load( load(
"@com_googlesource_gerrit_bazlets//tools:genrule2.bzl", "@com_googlesource_gerrit_bazlets//tools:genrule2.bzl",
"genrule2", "genrule2",
) )
load("@rules_java//java:defs.bzl", "java_import", "java_library")
load(":tests.bzl", "tests")


PKG = "tst/org/eclipse/jgit/" PKG = "tst/org/eclipse/jgit/"



Loading…
Cancel
Save