Skip to content

Commit 5129b6b

Browse files
committed
Remove generation of the version file
The github-pugin.jar-version is generated automatically from the Gerrit-CI's jobs and should not be created by the plugin's Bazel build. Change-Id: I262146669b089efe755e48f2a0cbb39d790d5dca
1 parent 374ddf9 commit 5129b6b

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

BUILD

-8
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ genrule(
44
name = "github",
55
srcs = [
66
":github-plugin",
7-
":github-plugin-version",
87
":github-oauth",
98
],
109
outs = ["github.zip"],
@@ -18,13 +17,6 @@ genrule(
1817
cmd = "cp $< $@",
1918
)
2019

21-
genrule2(
22-
name = "github-plugin-version",
23-
srcs = [":github-plugin"],
24-
outs = ["github-plugin.jar-version"],
25-
cmd = "jar xvf $< META-INF/MANIFEST.MF; cat META-INF/MANIFEST.MF | grep Implementation-Version | cut -d ':' -f 2 | xargs > $@",
26-
)
27-
2820
genrule(
2921
name = "github-plugin",
3022
srcs = ["//plugins/github/github-plugin"],

0 commit comments

Comments
 (0)