v0.1.0
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"])',
)