Bazel: Format build files with buildifier

Change-Id: I1ff38237058d11a3f61acc881c504382ff4b7e08
This commit is contained in:
David Ostrovsky 2022-01-10 22:07:09 +01:00 committed by David Ostrovsky
parent 9a16e9a20a
commit bf3298478a
3 changed files with 4 additions and 4 deletions

View File

@ -97,7 +97,7 @@ java_library(
java_library(
name = "jna",
visibility = [
"//org.eclipse.jgit.ssh.apache.agent:__pkg__",
"//org.eclipse.jgit.ssh.apache.agent:__pkg__",
],
exports = ["@jna//jar"],
)
@ -105,7 +105,7 @@ java_library(
java_library(
name = "jna-platform",
visibility = [
"//org.eclipse.jgit.ssh.apache.agent:__pkg__",
"//org.eclipse.jgit.ssh.apache.agent:__pkg__",
],
exports = ["@jna-platform//jar"],
)

View File

@ -10,8 +10,8 @@ load(
junit_tests(
name = "bc",
srcs = glob(["tst/**/*.java"]),
runtime_deps = [":tst_rsrc"],
tags = ["bc"],
runtime_deps = [":tst_rsrc"],
deps = [
"//lib:bcpg",
"//lib:bcprov",

View File

@ -17,6 +17,6 @@ java_library(
"//lib:slf4j-api",
"//lib:sshd-osgi",
"//org.eclipse.jgit:jgit",
"//org.eclipse.jgit.ssh.apache:ssh-apache"
"//org.eclipse.jgit.ssh.apache:ssh-apache",
],
)