8000 Load Java/Shell rules for ijar · coderabbit-test/bazel@9b3abf4 · GitHub
[go: up one dir, main page]

Skip to content

Commit 9b3abf4

Browse files
meteorcloudycopybara-github
authored andcommitted
Load Java/Shell rules for ijar
RELNOTES: None PiperOrigin-RevId: 746418664 Change-Id: I2af4ca63b42340fe3071a9ffc279df09583eb3c6
1 parent b01670c commit 9b3abf4

File tree

1 file changed

+6
-0
lines changed
  • third_party/ijar/test

1 file changed

+6
-0
lines changed

third_party/ijar/test/BUILD

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
load("@rules_java//java:java_binary.bzl", "java_binary")
2+
load("@rules_java//java:java_library.bzl", "java_library")
3+
load("@rules_java//java:java_test.bzl", "java_test")
4+
load("@rules_shell//shell:sh_library.bzl", "sh_library")
5+
load("@rules_shell//shell:sh_test.bzl", "sh_test")
6+
17
package(default_visibility = ["//visibility:__pkg__"])
28

39
licenses(["notice"]) # Apache License 2.0

0 commit comments

Comments
 (0)
0