diff options
author | David Pursehouse <david.pursehouse@gmail.com> | 2018-08-31 15:44:15 +0900 |
---|---|---|
committer | David Pursehouse <david.pursehouse@gmail.com> | 2018-08-31 15:45:42 +0900 |
commit | 0718d22cf4d3f2db0229bae0fde65b2e6df238c9 (patch) | |
tree | 5683c0a2b031ce2f2cd841434fbb55a31a398df6 /org.eclipse.jgit.pgm/BUILD | |
parent | ddf56d6f85b6d33aba186d1c279b33cc311585c4 (diff) | |
parent | b67aacda2fcf2f229e80a3eb2c7aabfcb0b6a51b (diff) | |
download | jgit-0718d22cf4d3f2db0229bae0fde65b2e6df238c9.tar.gz jgit-0718d22cf4d3f2db0229bae0fde65b2e6df238c9.zip |
Merge branch 'stable-4.11' into stable-5.0
* stable-4.11:
Bazel: Use hyphen instead of underscore in external repository names
Bazel: Format all build files with buildifier 0.15.0
ChangeIdUtilTest: Remove unused notestCommitDashV
Change-Id: I5ebb1058927ea5a478eae9e44b7d96f123a22523
Signed-off-by: David Pursehouse <david.pursehouse@gmail.com>
Diffstat (limited to 'org.eclipse.jgit.pgm/BUILD')
-rw-r--r-- | org.eclipse.jgit.pgm/BUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.jgit.pgm/BUILD b/org.eclipse.jgit.pgm/BUILD index bbf4b1c43d..ddc84bea06 100644 --- a/org.eclipse.jgit.pgm/BUILD +++ b/org.eclipse.jgit.pgm/BUILD @@ -27,8 +27,8 @@ java_library( java_binary( name = "jgit", - runtime_deps = [":pgm"], main_class = "org.eclipse.jgit.pgm.Main", + runtime_deps = [":pgm"], ) java_import( |