aboutsummaryrefslogtreecommitdiff
path: root/bazel/deploy_jar_freshness_golden_test.bzl
diff options
context:
space:
mode:
Diffstat (limited to 'bazel/deploy_jar_freshness_golden_test.bzl')
-rw-r--r--bazel/deploy_jar_freshness_golden_test.bzl2
1 files changed, 2 insertions, 0 deletions
diff --git a/bazel/deploy_jar_freshness_golden_test.bzl b/bazel/deploy_jar_freshness_golden_test.bzl
index 9e36132..a6524eb 100644
--- a/bazel/deploy_jar_freshness_golden_test.bzl
+++ b/bazel/deploy_jar_freshness_golden_test.bzl
@@ -14,6 +14,8 @@
"""Test on *_deploy.jar freshness"""
+load("//:visibility.bzl", "RULES_KOTLIN")
+
def _deploy_jar_freshness_golden_test_impl(ctx):
test_command = """
if ! cmp $1 $2 ; then