blob: 9c05597bb81a6a35811f679f08d21b5a866cbb39 [file] [log] [blame] [edit]
genrule(
name = "update",
srcs = [
"jruby-complete.jar",
"update.rb",
"VERSION",
],
outs = ["jruby-complete-new.jar"],
cmd = "java -jar $(location jruby-complete.jar) $(location update.rb) $@",
tags = [
"no-sandbox",
"requires-network",
],
)