Edit

kc3-lang/brotli/java/MODULE.bazel

Branch :

  • Show log

    Commit

  • Author : Evgenii Kliuchnikov
    Date : 2025-01-08 10:12:41
    Hash : 281b0aa5
    Message : Fix most of build_test pipeline

  • java/MODULE.bazel
  • # Copyright 2025 The Brotli Authors. All rights reserved.
    #
    # Distributed under MIT license.
    # See file LICENSE for detail or copy at https://opensource.org/licenses/MIT
    
    """Brotli reference implementation"""
    
    module(
        name = "brotli_java",
        version = "1.1.0",
        repo_name = "org_brotli_java",
    )
    
    bazel_dep(name = "rules_java", version = "8.6.3")
    bazel_dep(name = "rules_jvm_external", version = "6.6")
    bazel_dep(name = "rules_kotlin", version = "2.1.0")
    bazel_dep(name = "platforms", version = "0.0.10")
    
    bazel_dep(name = "brotli", version = "1.1.0", repo_name = "org_brotli")
    local_path_override(
        module_name = "brotli",
        path = "..",
    )