File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -215,8 +215,8 @@ def action_singlejar(
215
215
args .add ("--output" , output )
216
216
if main_class != None :
217
217
args .add ("--main_class" , main_class )
218
- args .set_param_file_format ("multiline" )
219
- args .use_param_file ("@%s" , use_always = True )
218
+ args .set_param_file_format ("multiline" )
219
+ args .use_param_file ("@%s" , use_always = True )
220
220
221
221
all_inputs = depset (resources .values (), transitive = [inputs ])
222
222
Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ _compile_private_attributes = {
57
57
),
58
58
"_singlejar" : attr .label (
59
59
cfg = "exec" ,
60
- default = "@bazel_tools//tools/jdk :singlejar" ,
60
+ default = "@rules_java//toolchains :singlejar" ,
61
61
executable = True ,
62
62
),
63
63
You can’t perform that action at this time.
0 commit comments