File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -115,9 +115,9 @@ java_library(
115
115
testonly = 1 ,
116
116
visibility = ["//visibility:public" ],
117
117
exports = [
118
- "@junit //jar" ,
119
- "@hamcrest_core //jar" ,
120
- "@hamcrest_library //jar" ,
118
+ "@hamcrest_core //jar" ,
119
+ "@hamcrest_library //jar" ,
120
+ "@junit //jar" ,
121
121
],
122
122
)
123
123
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ DATA = [
33
33
34
34
tests (glob (
35
35
["tst/**/*.java" ],
36
- exclude = HELPERS + DATA
36
+ exclude = HELPERS + DATA ,
37
37
))
38
38
39
39
java_library (
@@ -54,8 +54,8 @@ java_import(
54
54
)
55
55
56
56
genrule2 (
57
- name = ' tst_rsrc_jar' ,
58
- cmd = 'o=$$PWD/$@ && tar cf - $(SRCS) | tar -C $$TMP --strip-components=2 -xf - && cd $$TMP && zip -qr $$o .' ,
59
- srcs = glob ([ 'tst-rsrc/**' ]) ,
60
- outs = [ 'tst_rsrc.jar' ,] ,
57
+ name = " tst_rsrc_jar" ,
58
+ srcs = glob ([ "tst-rsrc/**" ]) ,
59
+ outs = [ "tst_rsrc.jar" ] ,
60
+ cmd = "o=$$PWD/$@ && tar cf - $(SRCS) | tar -C $$TMP --strip-components=2 -xf - && cd $$TMP && zip -qr $$o ." ,
61
61
)
You can’t perform that action at this time.
0 commit comments