We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23f5b56 commit ec3cc75Copy full SHA for ec3cc75
.bazelrc
@@ -1 +1 @@
1
-build --cxxopt=-std=c++14 --host_cxxopt=-std=c++14
+build --cxxopt=-std=c++17 --host_cxxopt=-std=c++17
BUILD.bazel
@@ -12,6 +12,8 @@
12
# See the License for the specific language governing permissions and
13
# limitations under the License.
14
15
+load("@com_google_protobuf//bazel:java_lite_proto_library.bzl", "java_lite_proto_library")
16
+load("@com_google_protobuf//bazel:java_proto_library.bzl", "java_proto_library")
17
load("@rules_proto//proto:defs.bzl", "proto_library")
18
19
package(default_visibility = [
0 commit comments