You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Traceback (most recent call last):
File "/home/juan/.cache/bazel/_bazel_juan/7e6e30ecb52b472e0900bbc0b820a797/external/com_salesforce_servicelibs_reactive_grpc/bazel/java_reactive_grpc_library.bzl", line 71, column 36, in _reactive_grpc_library_impl
java_info = java_common.compile(
Error in compile: in call to compile(), parameter 'host_javabase' is deprecated and will be removed soon. It may be temporarily re-enabled by setting --incompatible_java_common_parameters=false
The documentation suggests that it can be just dropped:
Do you find any risk on doing this?
The text was updated successfully, but these errors were encountered:
Since bazel 5.0 the parameter used here is deprecated:
reactive-grpc/bazel/java_reactive_grpc_library.bzl
Line 74 in 071f153
Generating the following error:
The documentation suggests that it can be just dropped:
Do you find any risk on doing this?
The text was updated successfully, but these errors were encountered: