From bf3298478aefd93a8ab02ec2f7f08f00c5fdcc73 Mon Sep 17 00:00:00 2001 From: David Ostrovsky Date: Mon, 10 Jan 2022 22:07:09 +0100 Subject: [PATCH] Bazel: Format build files with buildifier Change-Id: I1ff38237058d11a3f61acc881c504382ff4b7e08 --- lib/BUILD | 4 ++-- org.eclipse.jgit.gpg.bc.test/BUILD | 2 +- org.eclipse.jgit.ssh.apache.agent/BUILD | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/lib/BUILD b/lib/BUILD index 94427f6e8..6be9e575f 100644 --- a/lib/BUILD +++ b/lib/BUILD @@ -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"], ) diff --git a/org.eclipse.jgit.gpg.bc.test/BUILD b/org.eclipse.jgit.gpg.bc.test/BUILD index 3e8908b4e..9e5813cb3 100644 --- a/org.eclipse.jgit.gpg.bc.test/BUILD +++ b/org.eclipse.jgit.gpg.bc.test/BUILD @@ -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", diff --git a/org.eclipse.jgit.ssh.apache.agent/BUILD b/org.eclipse.jgit.ssh.apache.agent/BUILD index 0c8cf838d..f2e4d5516 100644 --- a/org.eclipse.jgit.ssh.apache.agent/BUILD +++ b/org.eclipse.jgit.ssh.apache.agent/BUILD @@ -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", ], )