Skip to content

v0.1.0

Compare
Choose a tag to compare
@github-actions github-actions released this 10 Feb 21:27
· 5 commits to master since this release
9d7690e

TODO: edit this release, download and attach the jacocorunner.zip file
to the release notes on github, update the download url, and remove this TODO placeholder.

To use this release asset:

http_archive(
    name = "bazel_jacocorunner",
    sha256 = "42cab3a0c8e41f8bce5877d09b98ca26d24e2dc5abc5a67ea393f4159c667881",
    urls = ["https://github.com/stackb/bazel-jacocorunner/files/XXXXXXXX/jacocorunner.XXXX.zip"],
    build_file_content = 'filegroup(name = "jar", srcs = ["jacocorunner.jar"], visibility = ["//visibility:public"])',
)