Skip to content

Commit

Permalink
Add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
fmeum committed Nov 13, 2024
1 parent 2156332 commit 9c5b8ca
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/repositories.bzl
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
"""Test dependencies for rules_java."""

load("@bazel_skylib//lib:modules.bzl", "modules")
# TODO: Use http_jar from //java:http_jar.bzl once it doesn't refert to cache.bzl from @bazel_tools
# anymore, which isn't available in Bazel 6.
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_file")

def test_repositories():
Expand Down

0 comments on commit 9c5b8ca

Please sign in to comment.