Merge branch 'stable-2.16' into stable-3.0
* stable-2.16:
Load proto_library from @rules_proto//proto:defs.bzl
Update git submodules
Bazel: Add fixes for --incompatible_load_{java|python}_rules_from_bzl
Bazel: Bump minimum supported version to 0.29.0
Lucene index configuration and docs.
Change-Id: I401c192096047dd5069be37f17c4a62a8ed3afb7
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
load("@rules_java//java:defs.bzl", "java_library")
|
||||
|
||||
java_library(
|
||||
name = "gpg",
|
||||
srcs = glob(["**/*.java"]),
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
load("@rules_java//java:defs.bzl", "java_library")
|
||||
|
||||
java_library(
|
||||
name = "gpg-test-util",
|
||||
testonly = True,
|
||||
|
||||
Reference in New Issue
Block a user