aboutsummaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorFabian Meumertzheim <fabian@meumertzhe.im>2021-10-08 16:38:51 +0200
committerFabian Meumertzheim <fabian@meumertzhe.im>2021-10-15 10:11:09 +0200
commitf01953a229058995caa1486b20ca66824c1c2235 (patch)
treee3c4d10c1062cf114a0e29537d0bc5250a492821 /examples
parent3cf96185bd1f208ce03350b5288f42788526b6fb (diff)
downloadjazzer-api-f01953a229058995caa1486b20ca66824c1c2235.tar.gz
Do not use @rules_java and @rules_cc
These repositories are no longer how starlarkified rules will be published in the near future.
Diffstat (limited to 'examples')
-rw-r--r--examples/BUILD.bazel1
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/BUILD.bazel b/examples/BUILD.bazel
index 998f42fa..0d900c74 100644
--- a/examples/BUILD.bazel
+++ b/examples/BUILD.bazel
@@ -1,4 +1,3 @@
-load("@rules_java//java:defs.bzl", "java_binary")
load("@io_bazel_rules_kotlin//kotlin:jvm.bzl", "kt_jvm_library")
load("//bazel:fuzz_target.bzl", "java_fuzz_target_test")