We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f635b9 commit b8735caCopy full SHA for b8735ca
2 files changed
closure/stylesheets/BUILD
@@ -13,6 +13,7 @@
13
# limitations under the License.
14
15
load("@bazel_skylib//:bzl_library.bzl", "bzl_library")
16
+load("@rules_java//java:defs.bzl", "java_binary")
17
18
package(default_visibility = ["//visibility:public"])
19
javatests/io/bazel/rules/closure/webfiles/BUILD
@@ -12,7 +12,7 @@
12
# See the License for the specific language governing permissions and
-load("@rules_java//java:defs.bzl", "java_test")
+load("@rules_java//java:defs.bzl", "java_library", "java_test")
licenses(["notice"])
0 commit comments