Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 498 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 498 Bytes

Additional Java rules for Bazel

Rules:

Usage

load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")

http_archive(
    name = "extra_rules_java",
    sha256 = <sha>,
    strip_prefix = "extra_rules_java-{}".format(<tag>),
    url = "https://github.com/joca-bt/extra_rules_java/releases/download/{0}/extra_rules_java-{0}.tar.gz".format(<tag>),
)