Skip to content

Commit ec3cc75

Browse files
committed
Fix build with Bazel 9
1 parent 23f5b56 commit ec3cc75

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.bazelrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
build --cxxopt=-std=c++14 --host_cxxopt=-std=c++14
1+
build --cxxopt=-std=c++17 --host_cxxopt=-std=c++17

BUILD.bazel

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

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")
1517
load("@rules_proto//proto:defs.bzl", "proto_library")
1618

1719
package(default_visibility = [

0 commit comments

Comments
 (0)