Skip to content

Commit

Permalink
build!: Update JVM build target to 11 (#1766)
Browse files Browse the repository at this point in the history
build!: Update JVM build target to 11
  • Loading branch information
tristanvuong2021 committed Aug 21, 2024
1 parent 2ba3a5a commit f61e4c7
Show file tree
Hide file tree
Showing 4 changed files with 240 additions and 235 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

# Pass environment variables.
test --test_env TESTCONTAINERS_RYUK_DISABLED=true
Expand Down
2 changes: 1 addition & 1 deletion MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ bazel_dep(
)
bazel_dep(
name = "common-jvm",
version = "0.87.0",
version = "0.89.0",
repo_name = "wfa_common_jvm",
)
bazel_dep(
Expand Down
Loading

0 comments on commit f61e4c7

Please sign in to comment.