Skip to content

v0.1.2

Compare
Choose a tag to compare
@github-actions github-actions released this 10 Feb 23:02
· 1 commit to master since this release
49af5e8
http_archive(
    name = "bazel_jacocorunner",
    sha256 = "5108a41344ac5e8bcc661060e42c620610e4447ef50ec15707c782d66c70ca2a",
    urls = ["https://github.com/stackb/bazel-jacocorunner/files/10711827/jacocorunner.v0.1.2.zip"],
    build_file_content = 'filegroup(name = "jar", srcs = ["jacocorunner.jar"], visibility = ["//visibility:public"])',
)
http_archive(
    name = "bazel_coverageoutputgenerator",
    sha256 = "032f223c4cc3bbba2fca291c125de582ebe6b4e0fb505c74ed54c606ddbdacf1",
    urls = ["https://github.com/stackb/bazel-jacocorunner/files/10711826/coverageoutputgenerator.v0.1.2.zip"],
    build_file_content = 'filegroup(name = "jar", srcs = ["coverageoutputgenerator.jar"], visibility = ["//visibility:public"])',
)

coverageoutputgenerator.v0.1.2.zip
jacocorunner.v0.1.2.zip