Skip to content

Commit

Permalink
Update bazel build target to 11
Browse files Browse the repository at this point in the history
  • Loading branch information
tristanvuong2021 committed Aug 6, 2024
1 parent 1b0994b commit b6ef502
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .bazelrc
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ build --cxxopt='-std=c++17'
# Use JDK 17.
build --java_runtime_version=remotejdk_17

# Target Java 9.
build --java_language_version=9
# Target Java 11.
build --java_language_version=11

# Configuration for continuous integration (CI).
common:ci --lockfile_mode=error
Expand Down

0 comments on commit b6ef502

Please sign in to comment.