Skip to content

Commit

Permalink
update .bazelrc with host_javabase settings
Browse files Browse the repository at this point in the history
Signed-off-by: Mike Schore <mike.schore@gmail.com>
  • Loading branch information
goaway committed Aug 9, 2019
1 parent a4efcf0 commit 0ba4be2
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .bazelrc
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,11 @@ build \
--verbose_failures \
--workspace_status_command=envoy/bazel/get_workspace_status \
--xcode_version=10.3.0 \
--incompatible_bzl_disallow_load_after_statement=false
--incompatible_bzl_disallow_load_after_statement=false \
--host_javabase=@local_jdk//:jdk \
--javabase=@local_jdk//:jdk \
--host_java_toolchain=@bazel_tools//tools/jdk:toolchain_hostjdk8 \
--java_toolchain=@bazel_tools//tools/jdk:toolchain_hostjdk8

# Manual Stamping is necessary in order to get versioning information in the ios
# static framework.
Expand Down

0 comments on commit 0ba4be2

Please sign in to comment.