Skip to content

Commit

Permalink
jdk11
Browse files Browse the repository at this point in the history
  • Loading branch information
brocollie08 committed Jul 1, 2024
1 parent 0f8552a commit f4fe964
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .bazelrc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
build --javabase=@bazel_tools//tools/jdk:remote_jdk8
build --host_javabase=@bazel_tools//tools/jdk:remote_jdk8
build --java_toolchain=@bazel_tools//tools/jdk:toolchain_hostjdk8
build --javabase=@bazel_tools//tools/jdk:remote_jdk11
build --host_javabase=@bazel_tools//tools/jdk:remote_jdk11
build --java_toolchain=@bazel_tools//tools/jdk:toolchain_hostjdk11

common --enable_bzlmod
test --test_output=errors
Expand Down

0 comments on commit f4fe964

Please sign in to comment.