Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
seleniumhq
GitHub Repository: seleniumhq/selenium
Path: blob/trunk/third_party/jruby/BUILD.bazel
2867 views
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",
    ],
)