Skip to content

Commit

Permalink
chore: add third_party target for jacoco
Browse files Browse the repository at this point in the history
Relates-To: #220
Relates-To: bazelbuild/bazel#12714
Signed-off-by: Sam Gammon <sam@elide.ventures>
  • Loading branch information
sgammon committed Jan 14, 2024
1 parent 1e79b60 commit a186a27
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 1 deletion.
2 changes: 1 addition & 1 deletion maven_install.json
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"__AUTOGENERATED_FILE_DO_NOT_MODIFY_THIS_FILE_MANUALLY": "THERE_IS_NO_DATA_ONLY_ZUUL",
"__INPUT_ARTIFACTS_HASH": -1579394223,
"__INPUT_ARTIFACTS_HASH": 1409611957,
"__RESOLVED_ARTIFACTS_HASH": -1141381396,
"artifacts": {
"org.graalvm.compiler:compiler": {
Expand Down
Empty file added third_party/BUILD.bazel
Empty file.
13 changes: 13 additions & 0 deletions third_party/jacoco/BUILD.bazel
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
load("@rules_java//java:defs.bzl", "java_import")

java_import(
name = "jacoco",
jars = [
"org.jacoco.core-0.8.9.jar",
"org.jacoco.agent-0.8.9.jar",
"org.jacoco.agent-0.8.9-runtime.jar",
],
visibility = [
"@//:__subpackages__",
],
)
Binary file added third_party/jacoco/org.jacoco.core-0.8.9.jar
Binary file not shown.

0 comments on commit a186a27

Please sign in to comment.