Skip to content

Commit b8735ca

Browse files
authored
Add missing rules_java loads (bazelbuild#670)
1 parent 4f635b9 commit b8735ca

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

  • closure/stylesheets
  • javatests/io/bazel/rules/closure/webfiles

closure/stylesheets/BUILD

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
# limitations under the License.
1414

1515
load("@bazel_skylib//:bzl_library.bzl", "bzl_library")
16+
load("@rules_java//java:defs.bzl", "java_binary")
1617

1718
package(default_visibility = ["//visibility:public"])
1819

javatests/io/bazel/rules/closure/webfiles/BUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
load("@rules_java//java:defs.bzl", "java_test")
15+
load("@rules_java//java:defs.bzl", "java_library", "java_test")
1616

1717
licenses(["notice"])
1818

0 commit comments

Comments
 (0)