"Fossies" - the Fresh Open Source Software Archive

Member "selenium-selenium-4.8.1/third_party/jruby/BUILD.bazel" (17 Feb 2023, 310 Bytes) of package /linux/www/selenium-selenium-4.8.1.tar.gz:


As a special service "Fossies" has tried to format the requested text file into HTML format (style: standard) with prefixed line numbers. Alternatively you can here view or download the uninterpreted source code file.

    1 genrule(
    2     name = "update",
    3     srcs = [
    4         "jruby-complete.jar",
    5         "update.rb",
    6         "VERSION",
    7     ],
    8     outs = ["jruby-complete-new.jar"],
    9     cmd = "java -jar $(location jruby-complete.jar) $(location update.rb) $@",
   10     tags = [
   11         "no-sandbox",
   12         "requires-network",
   13     ],
   14 )